dynamicmortal commited on
Commit
9e0c8df
β€’
1 Parent(s): e0ca454

Upload 4 files

Browse files
Files changed (2) hide show
  1. README.md +4 -5
  2. requirements.txt +5 -0
README.md CHANGED
@@ -1,13 +1,12 @@
1
  ---
2
- title: Model Testing
3
- emoji: πŸ“Š
4
- colorFrom: red
5
- colorTo: pink
6
  sdk: gradio
7
  sdk_version: 4.10.0
8
  app_file: app.py
9
  pinned: false
10
- license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Outlines
3
+ emoji: πŸ“‰
4
+ colorFrom: purple
5
+ colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.10.0
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 ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Flask
2
+ transformers
3
+ assemblyai
4
+ torch
5
+ gradio