Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
Β·
4eb2fb0
1
Parent(s):
55e5ea4
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install gradio==2.3.0a0")
|
3 |
os.system('pip freeze')
|
4 |
import torch
|
5 |
torch.hub.download_url_to_file('https://heibox.uni-heidelberg.de/d/a7530b09fed84f80a887/files/?p=%2Fconfigs%2Fmodel.yaml&dl=1', 'vqgan_imagenet_f16_16384.yaml')
|
|
|
1 |
import os
|
|
|
2 |
os.system('pip freeze')
|
3 |
import torch
|
4 |
torch.hub.download_url_to_file('https://heibox.uni-heidelberg.de/d/a7530b09fed84f80a887/files/?p=%2Fconfigs%2Fmodel.yaml&dl=1', 'vqgan_imagenet_f16_16384.yaml')
|