update layout
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
import PIL
|
3 |
import requests
|
4 |
import torch
|
@@ -50,5 +49,5 @@ with gr.Blocks() as demo:
|
|
50 |
chatbot = gr.Chatbot()
|
51 |
b1.click(chat,[image_in, text_in, state_in], [chatbot, state_in])
|
52 |
|
53 |
-
demo.queue(concurrency_count=10)
|
54 |
demo.launch(debug=True, width="80%", height=1500)
|
|
|
|
|
1 |
import PIL
|
2 |
import requests
|
3 |
import torch
|
|
|
49 |
chatbot = gr.Chatbot()
|
50 |
b1.click(chat,[image_in, text_in, state_in], [chatbot, state_in])
|
51 |
|
52 |
+
demo.queue(concurrency_count=10)
|
53 |
demo.launch(debug=True, width="80%", height=1500)
|