Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Qiwei97
/
Pubmed_Analyzer
like
4
Runtime error
App
Files
Files
Community
Qiwei97
commited on
Nov 5, 2021
Commit
cc9702f
•
1 Parent(s):
e5443d5
Create deploy.sh
Browse files
Files changed (1)
hide
show
deploy.sh
+6
-0
deploy.sh
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/bin/bash
2
+
3
+
git clone https://github.com/amontgomerie/question_generator
4
+
python -m pip install -e question_generator
5
+
6
+
streamlit run app.py --theme.base light