Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
|
|
| 99 |
gr.HTML("""<h1 align="center">劇本測試</h1>""")
|
| 100 |
with gr.Row():
|
| 101 |
with gr.Column(scale=4):
|
| 102 |
-
user_input = gr.Textbox(show_label=False, placeholder="Step1:主題設定"
|
| 103 |
with gr.Column(scale=1):
|
| 104 |
submitBtn = gr.Button("Submit", variant="primary")
|
| 105 |
# max_length = gr.Slider(0, 2048, value=args.max_length, step=1.0, label="Maximum Length", interactive=True)
|
|
|
|
| 99 |
gr.HTML("""<h1 align="center">劇本測試</h1>""")
|
| 100 |
with gr.Row():
|
| 101 |
with gr.Column(scale=4):
|
| 102 |
+
user_input = gr.Textbox(show_label=False, placeholder="Step1:主題設定")
|
| 103 |
with gr.Column(scale=1):
|
| 104 |
submitBtn = gr.Button("Submit", variant="primary")
|
| 105 |
# max_length = gr.Slider(0, 2048, value=args.max_length, step=1.0, label="Maximum Length", interactive=True)
|