prelington commited on
Commit
7a903aa
·
verified ·
1 Parent(s): efce57f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ iface = gr.Interface(
16
  gr.Dropdown(list(MODEL_LIST.keys()), label="Choose Model", value="ChatGpt Tune Base")
17
  ],
18
  outputs=gr.Textbox(label="AI Response"),
19
- title="ChatGpt Tune Multi-Model Streaming",
20
- description="Chat with multiple Hugging Face/safetensor models with streaming responses!"
21
  )
22
 
23
  reset_iface = gr.Interface(
 
16
  gr.Dropdown(list(MODEL_LIST.keys()), label="Choose Model", value="ChatGpt Tune Base")
17
  ],
18
  outputs=gr.Textbox(label="AI Response"),
19
+ title="ChatGpt Tune Multi-Model Streaming Optimized",
20
+ description="Chat with multiple Hugging Face/safetensor models with streaming responses and low memory usage!"
21
  )
22
 
23
  reset_iface = gr.Interface(