wolktm commited on
Commit
7b61bf7
1 Parent(s): f1d2169
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ examples = ['mig.jpg', 'su.jpg']
15
  interpretation='default'
16
  enable_queue=True
17
 
18
- gr.Interface(fn=predict,inputs="image", outputs="label", title="Mig-29 or Su-27", examples=examples, enable_queue=enable_queue).launch()
19
 
 
15
  interpretation='default'
16
  enable_queue=True
17
 
18
+ gr.Interface(fn=predict,inputs="image", outputs="label", title="Mig-29 or Su-27", examples=examples).launch()
19