Spaces:
Sleeping
Sleeping
Commit ·
1df57d1
1
Parent(s): 7fba31f
api
Browse files
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)
|