Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AntaresGuo
/
X2Painting
like
12
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
AntaresGuo
commited on
May 9, 2024
Commit
94dff39
·
verified
·
1 Parent(s):
eba09e8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import os
os.system("pip uninstall -y gradio")
2
os.system("pip install gradio==4.29.0")
3
import gradio as gr
4
1
+
import os
2
os.system("pip install gradio==4.29.0")
3
import gradio as gr
4