Update ups.py
Browse files
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="
|
| 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 |
)
|