Spaces:
Sleeping
Sleeping
iamomtiwari
commited on
Commit
•
4b6d380
1
Parent(s):
80725e9
Update app.py
Browse files
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 |
-
|
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)
|
|