Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def full_pipeline(script, language):
|
|
| 34 |
return final_path
|
| 35 |
|
| 36 |
with gr.Blocks() as demo:
|
| 37 |
-
gr.Markdown("#
|
| 38 |
with gr.Row():
|
| 39 |
script_input = gr.Textbox(label="Enter Story or Script", lines=10)
|
| 40 |
lang_input = gr.Dropdown(choices=LANGUAGES, label="Select Narration Language")
|
|
|
|
| 34 |
return final_path
|
| 35 |
|
| 36 |
with gr.Blocks() as demo:
|
| 37 |
+
gr.Markdown("# Script to Cartoon Video Generator (Gujarati | Hindi | English)")
|
| 38 |
with gr.Row():
|
| 39 |
script_input = gr.Textbox(label="Enter Story or Script", lines=10)
|
| 40 |
lang_input = gr.Dropdown(choices=LANGUAGES, label="Select Narration Language")
|