yuragoithf commited on
Commit
6577280
·
verified ·
1 Parent(s): 75d8751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -86,5 +86,4 @@ gr.Interface(fn=gen_pred,
86
  outputs=["plot"],
87
  title=title,
88
  examples=[["00c3db267.jpg"], ["00dc34840.jpg"], ["00371aa92.jpg"]],
89
- description=description,
90
- enable_queue=True).launch()
 
86
  outputs=["plot"],
87
  title=title,
88
  examples=[["00c3db267.jpg"], ["00dc34840.jpg"], ["00371aa92.jpg"]],
89
+ description=description).launch()