Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sagawa
/
PLTNUM
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sagawa
commited on
Aug 27, 2024
Commit
3a1c62d
·
verified
·
1 Parent(s):
55e02bd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -120,7 +120,7 @@ def predict(cfg, sequence):
120
</div>
121
"""
122
123
-
return
outputs
124
125
126
120
</div>
121
"""
122
123
+
return
html_output
124
125
126