Spaces:
Running
Running
fix: remove the share flag
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ mf_transcribe = gr.Interface(
|
|
87 |
flagging_options=["Transcription is not in Pashto", "Transcription is wrong"],
|
88 |
examples=examples,
|
89 |
)
|
90 |
-
mf_transcribe.launch(
|
91 |
|
92 |
#with demo:
|
93 |
# gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
|
|
87 |
flagging_options=["Transcription is not in Pashto", "Transcription is wrong"],
|
88 |
examples=examples,
|
89 |
)
|
90 |
+
mf_transcribe.launch()
|
91 |
|
92 |
#with demo:
|
93 |
# gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|