Update app.py
Browse files
app.py
CHANGED
|
@@ -417,7 +417,7 @@ with gr.Blocks() as demo:
|
|
| 417 |
chatbot_stream.like(vote, None, None)
|
| 418 |
chat_interface_stream.queue().launch()
|
| 419 |
with gr.Row():
|
| 420 |
-
reference_image
|
| 421 |
|
| 422 |
|
| 423 |
# when `first_frame` is updated
|
|
@@ -429,4 +429,4 @@ with gr.Blocks() as demo:
|
|
| 429 |
)
|
| 430 |
|
| 431 |
|
| 432 |
-
demo.queue().launch()
|
|
|
|
| 417 |
chatbot_stream.like(vote, None, None)
|
| 418 |
chat_interface_stream.queue().launch()
|
| 419 |
with gr.Row():
|
| 420 |
+
reference_image.queue().launch()
|
| 421 |
|
| 422 |
|
| 423 |
# when `first_frame` is updated
|
|
|
|
| 429 |
)
|
| 430 |
|
| 431 |
|
| 432 |
+
#demo.queue().launch()
|