Ahsen Khaliq commited on
Commit
8559360
Β·
1 Parent(s): f621a37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import os
2
- os.system("pip install gradio==2.4.6")
3
  os.system('pip freeze')
4
 
5
  import torch
@@ -393,6 +392,5 @@ gr.Interface(
393
  ['coral reef city artstationHQ',1000,0.6, 110, 200, 200, 'coralreef.jpeg', 0.0, 'coralreef.jpeg',1,1.0],
394
  ['a cabin in the mountains unreal engine',98,0.6, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg',1,1.0]
395
  ],
396
- enable_queue=True
397
- ).launch(debug=True)
398
 
 
1
  import os
 
2
  os.system('pip freeze')
3
 
4
  import torch
 
392
  ['coral reef city artstationHQ',1000,0.6, 110, 200, 200, 'coralreef.jpeg', 0.0, 'coralreef.jpeg',1,1.0],
393
  ['a cabin in the mountains unreal engine',98,0.6, 120, 280, 280, 'cabin.jpeg', 0.0, 'cabin.jpeg',1,1.0]
394
  ],
395
+ ).launch(enable_queue=True,cache_examples=True)
 
396