Update app.py
Browse filesremoved share=true due to error
app.py
CHANGED
@@ -77,4 +77,4 @@ file_translate = gr.Interface(
|
|
77 |
with demo:
|
78 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
79 |
|
80 |
-
demo.launch(
|
|
|
77 |
with demo:
|
78 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
79 |
|
80 |
+
demo.launch()
|