Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DevinLee
/
LLM-dinercall-intent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
devin_lee
commited on
Apr 15, 2025
Commit
14e2e37
·
1 Parent(s):
aad16c6
update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
74
75
inference_btn.click(
76
fn=inference,
77
-
inputs=
[
inputs,
model_list],
78
outputs=outputs
79
)
80
74
75
inference_btn.click(
76
fn=inference,
77
+
inputs=inputs,
78
outputs=outputs
79
)
80