Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nareauow
/
speaker-recognition
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nareauow
commited on
27 days ago
Commit
69f8aef
·
verified
·
1 Parent(s):
494b693
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -302,4 +302,4 @@ def create_interface():
302
# Lancer
303
if __name__ == "__main__":
304
app = create_interface()
305
-
app.launch(
share=True
)
302
# Lancer
303
if __name__ == "__main__":
304
app = create_interface()
305
+
app.launch()