Ahsen Khaliq commited on
Commit
150126c
Β·
1 Parent(s): cf62129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -391,7 +391,6 @@ gr.Interface(
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
- theme="darkdefault"
396
  ).launch(debug=True)
397
 
 
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)
396