Spaces:
Runtime error
Runtime error
weiliming
commited on
Commit
·
240f8ad
1
Parent(s):
b230689
close share
Browse files
app.py
CHANGED
@@ -107,4 +107,5 @@ file_translate = gr.Interface(
|
|
107 |
with demo:
|
108 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
109 |
|
|
|
110 |
demo.launch(share=True)
|
|
|
107 |
with demo:
|
108 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
109 |
|
110 |
+
# demo.launch(share=True)
|
111 |
demo.launch(share=True)
|