Kaiyue commited on
Commit
800733e
·
verified ·
1 Parent(s): 3a25971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -386,8 +386,8 @@ with block:
386
  contact_email = gr.Textbox(
387
  label="E-Mail(Will not be displayed)", placeholder="Required field"
388
  )
389
- with gr.Row():
390
- gr.Markdown("The following is optional and will be synced to [GitHub] (https://t2v-compbench.github.io/)", elem_classes="markdown-text")
391
  with gr.Row():
392
  model_publish = gr.Textbox(label="Time of Publish", placeholder="1970-01-01")
393
  model_resolution = gr.Textbox(label="Resolution", placeholder="width x height")
 
386
  contact_email = gr.Textbox(
387
  label="E-Mail(Will not be displayed)", placeholder="Required field"
388
  )
389
+ # with gr.Row():
390
+ # gr.Markdown("The following is optional and will be synced to [GitHub] (https://t2v-compbench.github.io/)", elem_classes="markdown-text")
391
  with gr.Row():
392
  model_publish = gr.Textbox(label="Time of Publish", placeholder="1970-01-01")
393
  model_resolution = gr.Textbox(label="Resolution", placeholder="width x height")