Zhofang commited on
Commit
c172e36
·
verified ·
1 Parent(s): 194691e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False, share=False)
 
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)