Update app.py
Browse files
app.py
CHANGED
@@ -72,5 +72,5 @@ file_translate = gr.Interface(
|
|
72 |
with demo:
|
73 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
74 |
|
75 |
-
|
76 |
-
demo.launch(share=True)
|
|
|
72 |
with demo:
|
73 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
74 |
|
75 |
+
demo.launch()
|
76 |
+
# demo.launch(share=True)
|