Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks() as demo:
|
|
135 |
Generate and mix radio promos effortlessly with AI tools!
|
136 |
""")
|
137 |
|
138 |
-
|
139 |
# Step 1: Generate Script
|
140 |
with gr.Tab("Step 1: Generate Script"):
|
141 |
with gr.Row():
|
@@ -196,6 +196,7 @@ with gr.Blocks() as demo:
|
|
196 |
outputs=[final_output],
|
197 |
)
|
198 |
|
|
|
199 |
gr.Markdown("""
|
200 |
<hr>
|
201 |
<p style="text-align: center; font-size: 0.9em;">
|
|
|
135 |
Generate and mix radio promos effortlessly with AI tools!
|
136 |
""")
|
137 |
|
138 |
+
with gr.Tabs():
|
139 |
# Step 1: Generate Script
|
140 |
with gr.Tab("Step 1: Generate Script"):
|
141 |
with gr.Row():
|
|
|
196 |
outputs=[final_output],
|
197 |
)
|
198 |
|
199 |
+
|
200 |
gr.Markdown("""
|
201 |
<hr>
|
202 |
<p style="text-align: center; font-size: 0.9em;">
|