akhaliq HF staff commited on
Commit
c9e86ad
β€’
1 Parent(s): 3694358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
@@ -392,7 +391,6 @@ gr.Interface(
392
  ['a garden by james gurney',42,0.6, 100, 256, 256, 'garden.jpeg', 0.0, 'garden.jpeg',1,1.0],
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
 
 
1
  import os
 
2
  os.system('pip freeze')
3
 
4
  import torch
 
391
  ['a garden by james gurney',42,0.6, 100, 256, 256, 'garden.jpeg', 0.0, 'garden.jpeg',1,1.0],
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)
 
396