Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theSure
/
Omnieraser
like
10
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
theSure
commited on
Apr 6
Commit
78aea0f
·
verified
·
1 Parent(s):
a7f0707
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
import io
2
import os
3
import shutil
4
import uuid
5
import torch
1
import io
2
import os
3
+
os.system("pip uninstall -y gradio")
4
+
os.system("pip install gradio==3.49.0")
5
import shutil
6
import uuid
7
import torch