Ahsen Khaliq commited on
Commit
562bf67
β€’
1 Parent(s): 2a2b7e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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.16, 100, 256, 256, 'garden.jpeg', 0.0, 'garden.jpeg'],
391
- ['coral reef city artstationHQ',1000,0.6, 110, 200, 200, 'coralreef.jpeg', 0.0, 'coralreef.jpeg'],
392
- ['a cabin in the mountains unreal engine',98,0.3, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg']
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.16, 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.3, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg',1,1.0]
393
  ],
394
  enable_queue=True
395
  ).launch(debug=True)