Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -328,4 +328,4 @@ Short intake (≈3–5 minutes). Generates a **human-readable pre-call briefing*
|
|
| 328 |
outputs=[output_briefing, output_file],
|
| 329 |
)
|
| 330 |
|
| 331 |
-
demo.launch()
|
|
|
|
| 328 |
outputs=[output_briefing, output_file],
|
| 329 |
)
|
| 330 |
|
| 331 |
+
demo.launch(share=True)
|