Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
M2UGen
/
M2UGen-Demo
like
95
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
crypto-code
commited on
Jan 3, 2024
Commit
bcd81d6
Β·
1 Parent(s):
38d0ec4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
import torch.cuda
2
3
import gradio as gr
1
+
import os
2
+
os.system("pip uninstall -y gradio")
3
+
os.system("pip install gradio==3.45.0")
4
+
5
import torch.cuda
6
7
import gradio as gr