deeploy-adubowski commited on
Commit
d2bda39
·
1 Parent(s): 08ebeb5

update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -10,4 +10,10 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
10
  license: mit
11
  ---
12
 
13
+ This is a simple Streamlit app requesting predictions from a model deployed on Deeploy.
14
+
15
+ To run the app locally, install the requirements from `requirements.txt` and run the following command:
16
+
17
+ ```bash
18
+ streamlit run app.py
19
+ ```