Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -358,7 +358,7 @@ with gr.Blocks(title = "Dreamoving",
|
|
358 |
refresh_button.click(
|
359 |
fn=refresh_video,
|
360 |
queue = False,
|
361 |
-
inputs=[uuid, request_id,
|
362 |
outputs=[user_notes, output_video0, output_video1, output_video2, output_video3]
|
363 |
)
|
364 |
|
|
|
358 |
refresh_button.click(
|
359 |
fn=refresh_video,
|
360 |
queue = False,
|
361 |
+
inputs=[uuid, request_id, gr.OAuthProfile],
|
362 |
outputs=[user_notes, output_video0, output_video1, output_video2, output_video3]
|
363 |
)
|
364 |
|