Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,6 @@ iface = gr.Interface(
|
|
| 46 |
title="Text to Audio Generation", # Set the title of the web interface
|
| 47 |
description="Generate audio based on text descriptions.", # Provide a description
|
| 48 |
live=False, # Set to False if you don't want real-time updates (for beginner-friendly interaction)
|
| 49 |
-
debug=True
|
| 50 |
)
|
| 51 |
|
| 52 |
# Start the Gradio interface
|
|
|
|
| 46 |
title="Text to Audio Generation", # Set the title of the web interface
|
| 47 |
description="Generate audio based on text descriptions.", # Provide a description
|
| 48 |
live=False, # Set to False if you don't want real-time updates (for beginner-friendly interaction)
|
|
|
|
| 49 |
)
|
| 50 |
|
| 51 |
# Start the Gradio interface
|