Wauplin HF staff commited on
Commit
1e66826
1 Parent(s): 235adef

readme + req

Browse files
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Gradio User History
3
+ emoji: 🌍
4
+ colorFrom: gray
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: 3.44.4
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
requirements.txt → requirements-dev.txt RENAMED
@@ -1,6 +1,4 @@
1
  gradio[oauth]>=3.44
2
- huggingface_hub>=0.17
3
- Pillow
4
 
5
  # dev-deps
6
  ruff
 
1
  gradio[oauth]>=3.44
 
 
2
 
3
  # dev-deps
4
  ruff