VinayHajare
commited on
Commit
·
9b540ba
1
Parent(s):
fd88223
Update app.py
Browse files
app.py
CHANGED
@@ -74,4 +74,4 @@ with demo:
|
|
74 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
75 |
|
76 |
demo.queue(concurrency_count=2,max_size=10)
|
77 |
-
demo.launch(
|
|
|
74 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
75 |
|
76 |
demo.queue(concurrency_count=2,max_size=10)
|
77 |
+
demo.launch()
|