Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -491,7 +491,7 @@ def generate_audio_elevenlabs(text):
|
|
491 |
return None
|
492 |
|
493 |
# Gradio Blocks interface
|
494 |
-
with gr.Blocks(
|
495 |
gr.HTML('''
|
496 |
<style>
|
497 |
body {
|
|
|
491 |
return None
|
492 |
|
493 |
# Gradio Blocks interface
|
494 |
+
with gr.Blocks() as demo:
|
495 |
gr.HTML('''
|
496 |
<style>
|
497 |
body {
|