Spaces:
Build error
Build error
Upload 2 files
#2
by
cabir40
- opened
- app.py +1 -1
- requirements.txt +3 -3
app.py
CHANGED
@@ -310,4 +310,4 @@ st.sidebar.markdown(try_link, unsafe_allow_html=True)
|
|
310 |
|
311 |
st.sidebar.info("""Want to see more?
|
312 |
- Check Spark NLP in action, including our Spark NLP for Healthcare & Spark OCR demos at [here](https://nlp.johnsnowlabs.com/demos)
|
313 |
-
- Check our
|
|
|
310 |
|
311 |
st.sidebar.info("""Want to see more?
|
312 |
- Check Spark NLP in action, including our Spark NLP for Healthcare & Spark OCR demos at [here](https://nlp.johnsnowlabs.com/demos)
|
313 |
+
- Check our 12K+ models available in Spark NLP Models Hub [here](https://nlp.johnsnowlabs.com/models)""")
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
pyspark==3.1.2
|
3 |
-
spark-nlp==
|
4 |
-
spark-nlp-display
|
|
|
1 |
+
streamlit==1.10.0
|
2 |
pyspark==3.1.2
|
3 |
+
spark-nlp==4.2.4
|
4 |
+
spark-nlp-display==4.2
|