Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HUBioDataLab
/
DrugGEN
like
14
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
osbm
commited on
Jul 20, 2023
Commit
5d415a5
·
1 Parent(s):
5d80aad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -157,6 +157,7 @@ if submitted:
157
# legends=None,
158
useSVG=False
159
)
160
st.image(molecule_image)
161
162
157
# legends=None,
158
useSVG=False
159
)
160
+
print(type(molecule_image))
161
st.image(molecule_image)
162
163