Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,4 +34,4 @@ def transcribe():
|
|
| 34 |
gr.Interface(
|
| 35 |
fn=transcribe,
|
| 36 |
inputs=gr.Audio(type="filepath"),
|
| 37 |
-
outputs="text").launch()
|
|
|
|
| 34 |
gr.Interface(
|
| 35 |
fn=transcribe,
|
| 36 |
inputs=gr.Audio(type="filepath"),
|
| 37 |
+
outputs="text").launch(share = True)
|