kh-CHEUNG commited on
Commit
b9153c5
1 Parent(s): 3c65e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ transcribe_interface = gr.Interface(
109
  """
110
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
111
  """
112
- chatbot_main = = gr.Chatbot(label="Extraction")
113
  chatbot_sys_output = gr.Textbox(value="You are a friendly Chatbot.", label="System message")
114
  chatbot_max_tokens = gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens")
115
  chatbot_temperature = gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature")
 
109
  """
110
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
111
  """
112
+ chatbot_main = gr.Chatbot(label="Extraction Output")
113
  chatbot_sys_output = gr.Textbox(value="You are a friendly Chatbot.", label="System message")
114
  chatbot_max_tokens = gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens")
115
  chatbot_temperature = gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature")