Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
philipp-zettl
/
multi-head-classification
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
philipp-zettl
commited on
Jun 26, 2024
Commit
d8ded2a
·
verified
·
1 Parent(s):
72f4eda
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,5 +17,5 @@ def generate(prompt):
17
gr.Interface(
18
generate,
19
inputs="text",
20
-
ouputs
="label"
21
)
17
gr.Interface(
18
generate,
19
inputs="text",
20
+
outputs
="label"
21
)