Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
Β·
b8fa7a6
1
Parent(s):
0f59c7a
Update app.py
Browse files
app.py
CHANGED
@@ -387,9 +387,9 @@ gr.Interface(
|
|
387 |
description=description,
|
388 |
article=article,
|
389 |
examples=[
|
390 |
-
['a garden by james gurney',42,0.
|
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.
|
393 |
],
|
394 |
enable_queue=True
|
395 |
).launch(debug=True)
|
|
|
387 |
description=description,
|
388 |
article=article,
|
389 |
examples=[
|
390 |
+
['a garden by james gurney',42,0.6, 100, 256, 256, 'garden.jpeg', 0.0, 'garden.jpeg',1,1.0],
|
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.6, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg',1,1.0]
|
393 |
],
|
394 |
enable_queue=True
|
395 |
).launch(debug=True)
|