Update app.py
Browse files
app.py
CHANGED
@@ -245,4 +245,4 @@ with gr.Blocks(theme='gradio/soft', css=css) as app: # Using a default theme for
|
|
245 |
|
246 |
# Ensure the app uses show_api=False if you don't intend to expose the function as an API endpoint through Gradio
|
247 |
# If you want to call this Gradio app's functions programmatically via its own API, set show_api=True
|
248 |
-
app.launch(show_api=
|
|
|
245 |
|
246 |
# Ensure the app uses show_api=False if you don't intend to expose the function as an API endpoint through Gradio
|
247 |
# If you want to call this Gradio app's functions programmatically via its own API, set show_api=True
|
248 |
+
app.launch(show_api=True, share=False)
|