Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,6 @@ def tts_interface(text, voice, rate, pitch):
|
|
| 35 |
# Create Gradio application
|
| 36 |
import gradio as gr
|
| 37 |
|
| 38 |
-
@spaces.GPU
|
| 39 |
async def create_demo():
|
| 40 |
voices = await get_voices()
|
| 41 |
|
|
|
|
| 35 |
# Create Gradio application
|
| 36 |
import gradio as gr
|
| 37 |
|
|
|
|
| 38 |
async def create_demo():
|
| 39 |
voices = await get_voices()
|
| 40 |
|