Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
Β·
9f5be72
1
Parent(s):
c62bf4d
Update app.py
Browse files
app.py
CHANGED
@@ -373,8 +373,8 @@ gr.Interface(
|
|
373 |
description=description,
|
374 |
article=article,
|
375 |
examples=[
|
376 |
-
['a garden by james gurney'],
|
377 |
-
['coral reef city artstationHQ'],
|
378 |
-
['a cabin in the mountains unreal engine']
|
379 |
]
|
380 |
).launch(debug=True)
|
|
|
373 |
description=description,
|
374 |
article=article,
|
375 |
examples=[
|
376 |
+
['a garden by james gurney',42,0.23],
|
377 |
+
['coral reef city artstationHQ',1000,0.6],
|
378 |
+
['a cabin in the mountains unreal engine',98,0.3]
|
379 |
]
|
380 |
).launch(debug=True)
|