Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruanchaves
/
portuguese-semantic-similarity
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ruanchaves
commited on
Apr 1, 2023
Commit
1b37569
·
1 Parent(s):
652f86e
markdown
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -123,7 +123,7 @@ inputs = [
123
]
124
125
outputs = [
126
-
gr.
Textbox
(label="Result")
127
]
128
129
123
]
124
125
outputs = [
126
+
gr.
Markdown
(label="Result")
127
]
128
129