Spaces:
Sleeping
Sleeping
Commit
·
a7c5b39
1
Parent(s):
e85fa31
Fix requirements
Browse files- app.py +1 -1
- requirements.txt +0 -1
app.py
CHANGED
@@ -234,7 +234,7 @@ def generate_base(subject, setting, ):
|
|
234 |
yield story, numpy_to_mp3(new_audio, sampling_rate=sampling_rate)
|
235 |
|
236 |
|
237 |
-
with gr.Blocks(
|
238 |
gr.HTML(
|
239 |
f"""
|
240 |
<h1> Bedtime Story Reader 😴🔊 </h1>
|
|
|
234 |
yield story, numpy_to_mp3(new_audio, sampling_rate=sampling_rate)
|
235 |
|
236 |
|
237 |
+
with gr.Blocks() as block:
|
238 |
gr.HTML(
|
239 |
f"""
|
240 |
<h1> Bedtime Story Reader 😴🔊 </h1>
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
git+https://github.com/gradio-app/gradio@bed454c3d22cfacedc047eb3b0ba987b485ac3fd#subdirectory=client/python
|
2 |
https://gradio-builds.s3.amazonaws.com/bed454c3d22cfacedc047eb3b0ba987b485ac3fd/gradio-4.40.0-py3-none-any.whl
|
3 |
git+https://github.com/huggingface/parler-tts.git
|
4 |
accelerate
|
|
|
|
|
1 |
https://gradio-builds.s3.amazonaws.com/bed454c3d22cfacedc047eb3b0ba987b485ac3fd/gradio-4.40.0-py3-none-any.whl
|
2 |
git+https://github.com/huggingface/parler-tts.git
|
3 |
accelerate
|