Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cmudrc
/
MoleculeParser
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ccm
commited on
Feb 15
Commit
4f53176
·
verified
·
1 Parent(s):
582d71a
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import molecule_parser
2
+
3
+
molecule_parser.gui().launch(debug=True)