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 16, 2022
Commit
e829f30
Β·
1 Parent(s):
c9e86ad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import os
2
os.system('pip freeze')
3
4
import torch
1
import os
2
+
os.system("pip install gradio==2.8.0b5")
3
os.system('pip freeze')
4
5
import torch