Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fbadine
/
uk_ireland_accent_classification
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
fbadine
commited on
Jun 4, 2022
Commit
352486f
·
1 Parent(s):
58713fd
Updated app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -183,4 +183,4 @@ if __name__ == "__main__":
183
outputs=[lbl_output, plt_output],
184
)
185
186
-
demo.launch(debug=
False
)
183
outputs=[lbl_output, plt_output],
184
)
185
186
+
demo.launch(debug=
True, share=True
)