Spaces:
Sleeping
Sleeping
Commit
•
8ab9fd5
1
Parent(s):
fde41ed
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ def sample(
|
|
242 |
|
243 |
with gr.Blocks() as demo:
|
244 |
with gr.Row():
|
245 |
-
|
246 |
image_input_base64 = gr.Textbox()
|
247 |
generate_btn = gr.Button("Generate")
|
248 |
video_output_base64 = gr.Textbox()
|
|
|
242 |
|
243 |
with gr.Blocks() as demo:
|
244 |
with gr.Row():
|
245 |
+
secret_token = gr.Textbox()
|
246 |
image_input_base64 = gr.Textbox()
|
247 |
generate_btn = gr.Button("Generate")
|
248 |
video_output_base64 = gr.Textbox()
|