tangchangli commited on
Commit
6b9d2ca
1 Parent(s): 79b4d42

chore: update gradio version

Browse files
Files changed (2) hide show
  1. app.py +0 -2
  2. requirements.txt +1 -0
app.py CHANGED
@@ -163,6 +163,4 @@ with gr.Blocks() as demo:
163
  )
164
  clear.click(gradio_reset, [chat_state], [chatbot, speech, text_input, upload_button, chat_state], queue=False)
165
 
166
-
167
-
168
  demo.launch(share=True, enable_queue=True, server_port=int(args.port))
 
163
  )
164
  clear.click(gradio_reset, [chat_state], [chatbot, speech, text_input, upload_button, chat_state], queue=False)
165
 
 
 
166
  demo.launch(share=True, enable_queue=True, server_port=int(args.port))
requirements.txt CHANGED
@@ -7,3 +7,4 @@ transformers==4.28.0
7
  sentencepiece==0.1.97
8
  accelerate==0.20.3
9
  bitsandbytes==0.35.0
 
 
7
  sentencepiece==0.1.97
8
  accelerate==0.20.3
9
  bitsandbytes==0.35.0
10
+ gradio==3.23.0