cuongdesign commited on
Commit
dd2016a
·
1 Parent(s): 43e6f31

🛠️ Update app.py - fix logic gọi API mới

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,4 +106,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
106
  )
107
 
108
  # Run Gradio with share=True to get a gradio.live link
109
- demo.queue().launch(share=True)
 
106
  )
107
 
108
  # Run Gradio with share=True to get a gradio.live link
109
+ demo.queue().launch()