lbiester commited on
Commit
dc1dc21
·
verified ·
1 Parent(s): 66d47d9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -11
README.md CHANGED
@@ -1,12 +1,4 @@
1
- ---
2
- title: TEST
3
- emoji: 🏢
4
- colorFrom: purple
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 4.28.3
8
- app_file: app.py
9
- pinned: false
10
- ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
+ This space displays some Gradio demos of varying complexity. You can look at `app.py` to see the code for the demos.
 
 
 
 
 
 
 
 
 
2
 
3
+ ## Installing Libraries
4
+ To have libraries installed, you'll need to add them to `requirements.txt`. You can specify version numbers if necessary.