Toptopito commited on
Commit
1de277e
·
1 Parent(s): d4c31c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -30,7 +30,6 @@ intf = gr.Interface(fn=classify_image,
30
  examples=examples,
31
  title = title,
32
  description = description,
33
- article = article,
34
- enable_queue=True)
35
 
36
  intf.launch(inline=False, share=True)
 
30
  examples=examples,
31
  title = title,
32
  description = description,
33
+ article = article)
 
34
 
35
  intf.launch(inline=False, share=True)