Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
|
@@ -547,7 +547,7 @@ Vast was chosen over other compute providers due to its competitive on-demand ho
|
|
| 547 |
The average hourly cost for the 1x A100-class 80GB VRAM instances used for training was below $1/hr — around half the quoted rates from other providers.
|
| 548 |
|
| 549 |
### Gradio API
|
| 550 |
-
The API has been restricted due to high request volume
|
| 551 |
|
| 552 |
### Licenses
|
| 553 |
Inference code: MIT<br/>
|
|
@@ -580,7 +580,8 @@ with gr.Blocks() as changelog:
|
|
| 580 |
gr.Markdown('''
|
| 581 |
**28 Nov 2024**<br/>
|
| 582 |
🥈 CPU fallback<br/>
|
| 583 |
-
🌊 Long Form streaming and stop button
|
|
|
|
| 584 |
|
| 585 |
**25 Nov 2024**<br/>
|
| 586 |
🎨 Voice Mixer added
|
|
@@ -613,4 +614,4 @@ with gr.Blocks() as app:
|
|
| 613 |
)
|
| 614 |
|
| 615 |
if __name__ == '__main__':
|
| 616 |
-
app.queue(api_open=True).launch()
|
|
|
|
| 547 |
The average hourly cost for the 1x A100-class 80GB VRAM instances used for training was below $1/hr — around half the quoted rates from other providers.
|
| 548 |
|
| 549 |
### Gradio API
|
| 550 |
+
The API has been restricted due to high request volume impacting CPU latency.
|
| 551 |
|
| 552 |
### Licenses
|
| 553 |
Inference code: MIT<br/>
|
|
|
|
| 580 |
gr.Markdown('''
|
| 581 |
**28 Nov 2024**<br/>
|
| 582 |
🥈 CPU fallback<br/>
|
| 583 |
+
🌊 Long Form streaming and stop button<br/>
|
| 584 |
+
✋ Restricted API due to high request volume impacting CPU latency
|
| 585 |
|
| 586 |
**25 Nov 2024**<br/>
|
| 587 |
🎨 Voice Mixer added
|
|
|
|
| 614 |
)
|
| 615 |
|
| 616 |
if __name__ == '__main__':
|
| 617 |
+
app.queue(api_open=True).launch(show_api=False)
|