niulx commited on
Commit
1fb7c9c
·
verified ·
1 Parent(s): 79bd376

Update app.py

Browse files

torch 2.3 bug in ZeroGPU

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  # os.system("pip uninstall -y gradio")
3
  # os.system("pip install gradio==3.41.0")
4
-
5
  import os
6
  import copy
7
  from PIL import Image
 
1
  import os
2
  # os.system("pip uninstall -y gradio")
3
  # os.system("pip install gradio==3.41.0")
4
+ os.system("pip install torch==2.2.0")
5
  import os
6
  import copy
7
  from PIL import Image