iamomtiwari commited on
Commit
4b6d380
1 Parent(s): 80725e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -24,6 +24,5 @@ app = gr.Interface(
24
  inputs=gr.Image(type="numpy"), # Corrected input type
25
  outputs="text"
26
  )
27
-
28
- # Launch the Gradio app
29
- app.launch()
 
24
  inputs=gr.Image(type="numpy"), # Corrected input type
25
  outputs="text"
26
  )
27
+ # Launch the Gradio app with a public link
28
+ app.launch(share=True)