Ahsen Khaliq commited on
Commit
9f5be72
β€’
1 Parent(s): c62bf4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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)