ysharma HF staff commited on
Commit
19f5b6b
·
1 Parent(s): af4ad56

update layout

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