akhaliq HF Staff commited on
Commit
3694358
Β·
1 Parent(s): 6afe6be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("pip install gradio==2.7.5.2")
3
  os.system('pip freeze')
4
 
5
  import torch
@@ -393,5 +393,6 @@ 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
- ).launch(enable_queue=True,cache_examples=True)
 
397
 
 
1
  import os
2
+ os.system("pip install gradio==2.4.6")
3
  os.system('pip freeze')
4
 
5
  import torch
 
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()
398