Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EleutherAI
/
VQGAN_CLIP
like
178
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
akhaliq
HF Staff
commited on
Feb 15, 2022
Commit
6afe6be
Β·
1 Parent(s):
2fdfb6a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import os
2
-
os.system("pip install gradio==2.
4
.
6
")
3
os.system('pip freeze')
4
5
import torch
1
import os
2
+
os.system("pip install gradio==2.
7
.
5.2
")
3
os.system('pip freeze')
4
5
import torch