StefanoDUrso commited on
Commit
17acdc3
·
1 Parent(s): df6bfe1

fixed issue: accidentally removed chat

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. readme.md +1 -0
app.py CHANGED
@@ -264,6 +264,7 @@ with gr.Blocks(fill_height=True) as demo:
264
  chat_configuration = gr.Markdown("")
265
  spinner = gr.Markdown("⏳ Sto pensando...", visible=False)
266
 
 
267
  input = gr.Textbox(label="Input", placeholder="Type something here...")
268
  send_btn = gr.Button("Send")
269
 
 
264
  chat_configuration = gr.Markdown("")
265
  spinner = gr.Markdown("⏳ Sto pensando...", visible=False)
266
 
267
+ chat = gr.Chatbot(label="Video Helper", type="messages")
268
  input = gr.Textbox(label="Input", placeholder="Type something here...")
269
  send_btn = gr.Button("Send")
270
 
readme.md CHANGED
@@ -13,6 +13,7 @@
13
  - **_run application_** gradio app.py o python app.py
14
  - **_manually install missing packages_** pip install package_name
15
 
 
16
  ---
17
 
18
  **PUBBLICAZIONE SU HUGGING FACE**
 
13
  - **_run application_** gradio app.py o python app.py
14
  - **_manually install missing packages_** pip install package_name
15
 
16
+ BEWARE!!!!!!!!!!!! when deploying on LINUX remove pywin
17
  ---
18
 
19
  **PUBBLICAZIONE SU HUGGING FACE**