RitaParadaRamos commited on
Commit
79b66b6
1 Parent(s): 7957de1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,4 +99,4 @@ textbox = gr.Textbox(placeholder="Generated caption and retrieved captions...",
99
  title = "SmallCap Demo"
100
  gr.Interface(
101
  fn=classify_image, inputs=image, outputs=textbox, title=title
102
- ).launch(share=True)
 
99
  title = "SmallCap Demo"
100
  gr.Interface(
101
  fn=classify_image, inputs=image, outputs=textbox, title=title
102
+ ).launch()