Shresthh03 commited on
Commit
86b629f
·
verified ·
1 Parent(s): 1bc072e

Rename README.md to requirements.txt

Browse files
Files changed (2) hide show
  1. README.md +0 -13
  2. requirements.txt +7 -0
README.md DELETED
@@ -1,13 +0,0 @@
1
- ---
2
- title: Travis Chatbot
3
- emoji: 📈
4
- colorFrom: green
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.49.1
8
- app_file: app.py
9
- pinned: false
10
- short_description: Great ai assistant, good at responding via feelings.
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ gradio
2
+ openai
3
+ transformers
4
+ torch
5
+ requests
6
+ speechrecognition
7
+ pydub