ovi054 commited on
Commit
88b60a4
·
verified ·
1 Parent(s): bd91bb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -63,6 +63,7 @@ io = gr.Interface(generate_caption,
63
  inputs=[gr.Image(label="Input Image")],
64
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
65
  # gr.Image(label="Output Image")
66
- ]
 
67
  )
68
  io.launch(debug=True)
 
63
  inputs=[gr.Image(label="Input Image")],
64
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
65
  # gr.Image(label="Output Image")
66
+ ],
67
+ deep_link=False
68
  )
69
  io.launch(debug=True)