Spaces:
Running
Running
qichenhuang
commited on
Commit
•
cd0a8f4
1
Parent(s):
3aba4ad
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with iface as demo:
|
|
61 |
# 在左侧列中添加文本输入框
|
62 |
with gr.Column(scale=1):
|
63 |
input_text = gr.Textbox(lines=6, placeholder="Please enter your script or upload your video here...")
|
64 |
-
video = gr.
|
65 |
example_demo = gr.Markdown("## Example Demo\n\n")
|
66 |
text = """Title: "The Melody Within"
|
67 |
Characters:
|
|
|
61 |
# 在左侧列中添加文本输入框
|
62 |
with gr.Column(scale=1):
|
63 |
input_text = gr.Textbox(lines=6, placeholder="Please enter your script or upload your video here...")
|
64 |
+
video = gr.Video()
|
65 |
example_demo = gr.Markdown("## Example Demo\n\n")
|
66 |
text = """Title: "The Melody Within"
|
67 |
Characters:
|