Spaces:
Running
Running
Update app.py
Browse files
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__":
|