Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ iface = gr.Interface(
|
|
17 |
description="Realtime demo for Glaswegian speech recognition using a fine-tuned Whisper small model.",
|
18 |
)
|
19 |
|
20 |
-
iface.launch()
|
|
|
17 |
description="Realtime demo for Glaswegian speech recognition using a fine-tuned Whisper small model.",
|
18 |
)
|
19 |
|
20 |
+
iface.launch(share=True)
|