Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sambhavnoobcoder
/
PDF-text-extractor_sd_1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sambhavnoobcoder
commited on
Jun 19, 2023
Commit
6731d14
·
1 Parent(s):
7917b4e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -51,7 +51,7 @@ def main():
51
debug=True
52
)
53
54
-
model_name_dropdown.
set_action
(set_model)
55
56
iface.launch()
57
51
debug=True
52
)
53
54
+
model_name_dropdown.
observe
(set_model
, "value"
)
55
56
iface.launch()
57