DontFreakOut
commited on
Commit
·
5a81b6d
1
Parent(s):
f847932
modified app.py
Browse files
app.py
CHANGED
@@ -122,5 +122,6 @@ demo = gr.TabbedInterface(
|
|
122 |
title="Speech Recognition and Accent Classification",
|
123 |
)
|
124 |
|
125 |
-
demo.launch()
|
126 |
-
# demo.launch(debug=True)
|
|
|
|
122 |
title="Speech Recognition and Accent Classification",
|
123 |
)
|
124 |
|
125 |
+
# demo.launch()
|
126 |
+
# demo.launch(debug=True)
|
127 |
+
demo.launch(strict_cors=False, share=True)
|