Update app.py
Browse files
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(
|