Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
EricBoi
/
DCMNet
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
EricBoi
commited on
Aug 21, 2024
Commit
ed60b36
·
1 Parent(s):
9ecc2fe
.
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -157,6 +157,8 @@ output = StringIO()
157
158
data = output.getvalue()
159
160
st.write(data)
161
162
st.html(data)
157
158
data = output.getvalue()
159
160
+
print(data)
161
+
162
st.write(data)
163
164
st.html(data)