Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
Β·
3243933
1
Parent(s):
24c84ca
Update app.py
Browse files
app.py
CHANGED
@@ -379,9 +379,9 @@ gr.Interface(
|
|
379 |
description=description,
|
380 |
article=article,
|
381 |
examples=[
|
382 |
-
['a garden by james gurney',42,0.16, 100, 256, 256, 'garden.jpeg', 0.0 ],
|
383 |
-
['coral reef city artstationHQ',1000,0.6, 110, 200, 200, 'coralreef.jpeg', 0.0],
|
384 |
-
['a cabin in the mountains unreal engine',98,0.3, 120, 280, 280, 'cabin.jpeg', 0.0]
|
385 |
],
|
386 |
enable_queue=True
|
387 |
).launch(debug=True)
|
|
|
379 |
description=description,
|
380 |
article=article,
|
381 |
examples=[
|
382 |
+
['a garden by james gurney',42,0.16, 100, 256, 256, 'garden.jpeg', 0.0, 'garden.jpeg'],
|
383 |
+
['coral reef city artstationHQ',1000,0.6, 110, 200, 200, 'coralreef.jpeg', 0.0, 'coralreef.jpeg'],
|
384 |
+
['a cabin in the mountains unreal engine',98,0.3, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg']
|
385 |
],
|
386 |
enable_queue=True
|
387 |
).launch(debug=True)
|