bleysg commited on
Commit
54ead71
β€’
1 Parent(s): 2546774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,11 +72,11 @@ with gr.Blocks(css=CSS) as demo:
72
  with gr.Row():
73
  with gr.Column():
74
  gr.Markdown(f"""
75
- ## This demo is an unquantized GPU chatbot of [OpenOrca LlongOrca-7B-16k](https://huggingface.co/Open-Orca/LlongOrca-7B-16k)
76
  Brought to you by your friends at Alignment Lab AI, OpenChat, and Open Access AI Collective!
77
  """)
78
  with gr.Row():
79
- gr.Markdown("# πŸ‹ OpenOrca LlongOrca-7B-16k Playground Space! πŸ‹")
80
  with gr.Row():
81
  #chatbot = gr.Chatbot().style(height=500)
82
  chatbot = gr.Chatbot(elem_id="chatbot")
 
72
  with gr.Row():
73
  with gr.Column():
74
  gr.Markdown(f"""
75
+ ## This demo is an unquantized GPU chatbot of [OpenOrca LlongOrca-13B-16k](https://huggingface.co/Open-Orca/LlongOrca-13B-16k)
76
  Brought to you by your friends at Alignment Lab AI, OpenChat, and Open Access AI Collective!
77
  """)
78
  with gr.Row():
79
+ gr.Markdown("# πŸ‹ OpenOrca LlongOrca-13B-16k Playground Space! πŸ‹")
80
  with gr.Row():
81
  #chatbot = gr.Chatbot().style(height=500)
82
  chatbot = gr.Chatbot(elem_id="chatbot")