John6666 commited on
Commit
e7ae360
·
verified ·
1 Parent(s): 2519968

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_ca
66
  gr.Markdown("""# Chat with lots of Models and LLMs using llama.cpp
67
  This tab is copy of [CaioXapelaum/GGUF-Playground](https://huggingface.co/spaces/CaioXapelaum/GGUF-Playground).<br>
68
  Don't worry about the strange appearance, **it's just a bug of Gradio!**""", elem_classes="title")
69
- pg_chatbot = gr.Chatbot(scale=1, likeable=False, show_copy_button=True, show_share_button=False)
70
  with gr.Accordion("Additional inputs", open=False):
71
  pg_chat_model = gr.Dropdown(choices=get_dolphin_models(), value=get_dolphin_models()[0][1], allow_custom_value=True, label="Model")
72
  pg_chat_model_info = gr.Markdown(value=get_dolphin_model_info(get_dolphin_models()[0][1]), label="Model info")
 
66
  gr.Markdown("""# Chat with lots of Models and LLMs using llama.cpp
67
  This tab is copy of [CaioXapelaum/GGUF-Playground](https://huggingface.co/spaces/CaioXapelaum/GGUF-Playground).<br>
68
  Don't worry about the strange appearance, **it's just a bug of Gradio!**""", elem_classes="title")
69
+ pg_chatbot = gr.Chatbot(scale=1, show_copy_button=True, show_share_button=False)
70
  with gr.Accordion("Additional inputs", open=False):
71
  pg_chat_model = gr.Dropdown(choices=get_dolphin_models(), value=get_dolphin_models()[0][1], allow_custom_value=True, label="Model")
72
  pg_chat_model_info = gr.Markdown(value=get_dolphin_model_info(get_dolphin_models()[0][1]), label="Model info")