Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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)