jbilcke-hf HF staff commited on
Commit
8ab9fd5
1 Parent(s): fde41ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()