Cyantist8208 commited on
Commit
1df57d1
·
1 Parent(s): 7fba31f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,4 +271,4 @@ with gr.Blocks() as demo:
271
  )
272
 
273
  # ---------- 3. FastAPI layer --------------------------------------------------
274
- demo.launch()
 
271
  )
272
 
273
  # ---------- 3. FastAPI layer --------------------------------------------------
274
+ demo.launch(show_api=True, share=True)