Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MathieuTrachino
/
Intent_Detection_Playground
like
0
Sleeping
App
Files
Files
Community
MathieuTrachino
commited on
28 days ago
Commit
37d956a
·
verified
·
1 Parent(s):
4e9af34
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -82,4 +82,4 @@ iface = gr.Interface(
82
]
83
)
84
85
-
iface.launch(auth=(os.getenv('USERNAME'), os.getenv('PASSWORD')))
82
]
83
)
84
85
+
iface.launch(
share=True,
auth=(os.getenv('USERNAME'), os.getenv('PASSWORD')))