John6666 commited on
Commit
736f1a7
1 Parent(s): 6eca169

Update app.py

Browse files

Maybe this alone won't fix it completely, but it's a better fix than not doing it.

If you are stuck with the same bug I am reporting below, the only workaround on the user side is to isolate the function. The only sane solution is to **just wait for it to be fixed**.
https://huggingface.co/spaces/zero-gpu-explorers/README/discussions/104

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,8 +1,8 @@
 
1
  from pathlib import Path
2
 
3
  import torch
4
  import gradio as gr
5
- import spaces
6
 
7
  from PIL import Image, ExifTags
8
  import numpy as np
 
1
+ import spaces
2
  from pathlib import Path
3
 
4
  import torch
5
  import gradio as gr
 
6
 
7
  from PIL import Image, ExifTags
8
  import numpy as np