Update app.py
#1
by
Satyam-Singh
- opened
app.py
CHANGED
@@ -257,4 +257,4 @@ if __name__ == "__main__":
|
|
257 |
gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["Microphone", "Audio File", "YouTube"])
|
258 |
|
259 |
demo.queue(max_size=5)
|
260 |
-
demo.launch(show_api=
|
|
|
257 |
gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["Microphone", "Audio File", "YouTube"])
|
258 |
|
259 |
demo.queue(max_size=5)
|
260 |
+
demo.launch(show_api=True)
|