Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
neha-ai-playground
/
first-ai-app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
neha-ai-playground
commited on
Oct 10, 2023
Commit
04a9dca
·
1 Parent(s):
07f7337
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,5 +8,5 @@ if button:
8
out = pipe(query)
9
if query:
10
out = pipe(query)
11
-
12
st.json(out)
8
out = pipe(query)
9
if query:
10
out = pipe(query)
11
+
st.write(out[0].label)
12
st.json(out)