Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install gradio==2.
|
3 |
os.system('pip freeze')
|
4 |
|
5 |
import torch
|
@@ -393,5 +393,6 @@ gr.Interface(
|
|
393 |
['coral reef city artstationHQ',1000,0.6, 110, 200, 200, 'coralreef.jpeg', 0.0, 'coralreef.jpeg',1,1.0],
|
394 |
['a cabin in the mountains unreal engine',98,0.6, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg',1,1.0]
|
395 |
],
|
396 |
-
|
|
|
397 |
|
|
|
1 |
import os
|
2 |
+
os.system("pip install gradio==2.4.6")
|
3 |
os.system('pip freeze')
|
4 |
|
5 |
import torch
|
|
|
393 |
['coral reef city artstationHQ',1000,0.6, 110, 200, 200, 'coralreef.jpeg', 0.0, 'coralreef.jpeg',1,1.0],
|
394 |
['a cabin in the mountains unreal engine',98,0.6, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg',1,1.0]
|
395 |
],
|
396 |
+
enable_queue=True
|
397 |
+
).launch()
|
398 |
|