Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harikrishnad1997
/
auto-ml-gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harikrishnad1997
commited on
Apr 9, 2024
Commit
fb3a99d
·
verified
·
1 Parent(s):
9c3faa5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -88,4 +88,4 @@ def update_choices(inputs):
88
)
89
90
91
-
interface.launch(share=True)
88
)
89
90
91
+
interface.launch(share=True
,fn_change=update_choices
)