Commit
β’
790d6cc
1
Parent(s):
5131118
Use gradio experimental build
Browse files- README.md +1 -1
- requirements.txt +3 -1
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: π
|
|
4 |
colorFrom: green
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.46.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.46.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
requirements.txt
CHANGED
@@ -55,4 +55,6 @@ unidecode==1.3.*
|
|
55 |
langid
|
56 |
# Install tts
|
57 |
git+https://github.com/coqui-ai/tts.git@43a7ca800b6508d95e084728a948846556f71a40
|
58 |
-
deepspeed==0.8.3
|
|
|
|
|
|
55 |
langid
|
56 |
# Install tts
|
57 |
git+https://github.com/coqui-ai/tts.git@43a7ca800b6508d95e084728a948846556f71a40
|
58 |
+
deepspeed==0.8.3
|
59 |
+
# Gradio Experimental Build
|
60 |
+
https://gradio-builds.s3.amazonaws.com/2060bfe3e7eb57fb9b5c8695ebfc900469263d1f/gradio-3.46.0-py3-none-any.whl
|