Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
Β·
42e2888
1
Parent(s):
70cc8a4
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install gradio==2.3.
|
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')
|
@@ -391,6 +391,7 @@ gr.Interface(
|
|
391 |
['coral reef city artstationHQ',1000,0.6, 110, 200, 200, 'coralreef.jpeg', 0.0, 'coralreef.jpeg',1,1.0],
|
392 |
['a cabin in the mountains unreal engine',98,0.3, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg',1,1.0]
|
393 |
],
|
394 |
-
enable_queue=True
|
|
|
395 |
).launch(debug=True)
|
396 |
|
|
|
1 |
import os
|
2 |
+
os.system("pip install gradio==2.3.8b0")
|
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')
|
|
|
391 |
['coral reef city artstationHQ',1000,0.6, 110, 200, 200, 'coralreef.jpeg', 0.0, 'coralreef.jpeg',1,1.0],
|
392 |
['a cabin in the mountains unreal engine',98,0.3, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg',1,1.0]
|
393 |
],
|
394 |
+
enable_queue=True,
|
395 |
+
theme="darkdefault"
|
396 |
).launch(debug=True)
|
397 |
|