fffiloni commited on
Commit
924da7c
·
verified ·
1 Parent(s): 471cc85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ gr.Interface(
15
  fn=infer,
16
  inputs=[gr.Image(type="filepath"), gr.Textbox()],
17
  outputs=[gr.Textbox()]
18
- ).queue().launch()
 
15
  fn=infer,
16
  inputs=[gr.Image(type="filepath"), gr.Textbox()],
17
  outputs=[gr.Textbox()]
18
+ ).launch()