kaizen9 commited on
Commit
987ec44
·
1 Parent(s): 61fc039
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -40,8 +40,7 @@ def chat_fn(message, history, system_message, temperature, top_p, max_tokens):
40
  partial += delta.content
41
  yield partial
42
 
43
- with gr.Blocks(title="QSFT Chat") as demo:
44
- gr.Markdown("# QSFT Chat\nTalk to your HF Inference Endpoint via OpenAI /v1.")
45
  system_box = gr.Textbox(
46
  label="System prompt",
47
  value="You are a helpful assistant.",
 
40
  partial += delta.content
41
  yield partial
42
 
43
+ with gr.Blocks(title="Mangrove Demo") as demo:
 
44
  system_box = gr.Textbox(
45
  label="System prompt",
46
  value="You are a helpful assistant.",