MySafeCode commited on
Commit
9fa60cf
·
verified ·
1 Parent(s): e785436

Update ups.py

Browse files
Files changed (1) hide show
  1. ups.py +1 -1
ups.py CHANGED
@@ -326,7 +326,7 @@ with gr.Blocks(title="BytePlus Video Generator", theme=gr.themes.Soft()) as demo
326
  with gr.Row():
327
  current_url_display = gr.Textbox(
328
  label="Current Image URL",
329
- value="No image selected",
330
  interactive=False,
331
  lines=2
332
  )
 
326
  with gr.Row():
327
  current_url_display = gr.Textbox(
328
  label="Current Image URL",
329
+ value="https://huggingface.co/spaces/MySafeCode/BytePlus_Seedance/resolve/main/1hit.png",
330
  interactive=False,
331
  lines=2
332
  )