Spaces:
Running
on
A10G
Error in google colab
This just started happening today,I use the google colab notebok. I also got a fresh copy of the notebook and tried it but it still did this
Generating prompts: 0%| | 0/33 [00:16<?, ?it/s]
AttributeError Traceback (most recent call last)
in
34
35 image = Image.open(os.path.join(folder_path, file)).convert('RGB')
---> 36 prompt = inference(image, prompt_mode, best_max_flavors=best_max_flavors)
37 prompts.append(prompt)
38
32 frames
/usr/local/lib/python3.8/dist-packages/numpy/init.py in getattr(attr)
311 x = ones(2, dtype=float32)
312 if not abs(x.dot(x) - float32(2.0)) < 1e-5:
--> 313 raise AssertionError()
314 except AssertionError:
315 msg = ("The current Numpy installation ({!r}) fails to "
AttributeError: module 'numpy' has no attribute '_no_nep50_warning'
Thanks for the report, it is fixed now!
Ty! That was quick! Just got done using it and it works great!
How to fix this issue can somebody help
Same issue whats the fix?