bdc-divya commited on
Commit
2e90272
·
1 Parent(s): 8cad4d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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