Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,4 +55,4 @@ file_transcribe = gr.Interface(
|
|
55 |
with demo:
|
56 |
gr.TabbedInterface([file_transcribe], ["Transcribe Audio File"])
|
57 |
|
58 |
-
demo.launch(
|
|
|
55 |
with demo:
|
56 |
gr.TabbedInterface([file_transcribe], ["Transcribe Audio File"])
|
57 |
|
58 |
+
demo.launch()
|