ihanif commited on
Commit
21a8dd4
·
verified ·
1 Parent(s): 379abb3

fix: remove the share flag

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
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"])