Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -372,7 +372,8 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
372 |
video_submit.click(
|
373 |
fn=generate_video,
|
374 |
inputs=[model_choice, video_query, video_upload, max_new_tokens, temperature, top_p, top_k, repetition_penalty],
|
375 |
-
outputs=[raw_output,
|
|
|
376 |
)
|
377 |
|
378 |
if __name__ == "__main__":
|
|
|
372 |
video_submit.click(
|
373 |
fn=generate_video,
|
374 |
inputs=[model_choice, video_query, video_upload, max_new_tokens, temperature, top_p, top_k, repetition_penalty],
|
375 |
+
outputs=[raw_output,
|
376 |
+
formatted_output]
|
377 |
)
|
378 |
|
379 |
if __name__ == "__main__":
|