saq1b commited on
Commit
ee39e5b
1 Parent(s): a203541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -413,7 +413,8 @@ iface = gr.Interface(
413
  ],
414
  title="PodcastGen 🎙️",
415
  description="Generate a 2-speaker podcast from text input or documents!",
416
- theme="saq1b/gradio-theme"
 
417
  )
418
 
419
  if __name__ == "__main__":
 
413
  ],
414
  title="PodcastGen 🎙️",
415
  description="Generate a 2-speaker podcast from text input or documents!",
416
+ theme="saq1b/gradio-theme",
417
+ allow_flagging="never"
418
  )
419
 
420
  if __name__ == "__main__":