Spaces:
Runtime error
Runtime error
remove ssr
Browse files
app.py
CHANGED
|
@@ -40,5 +40,5 @@ with gr.Blocks() as interface:
|
|
| 40 |
outputs=[transcription_output, summary_output]
|
| 41 |
)
|
| 42 |
|
| 43 |
-
# Launch the interface with public sharing
|
| 44 |
-
interface.launch(share=True
|
|
|
|
| 40 |
outputs=[transcription_output, summary_output]
|
| 41 |
)
|
| 42 |
|
| 43 |
+
# Launch the interface with optional public sharing
|
| 44 |
+
interface.launch(share=True)
|