Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ model = Llama(
|
|
15 |
|
16 |
DESCRIPTION = '''
|
17 |
# FreedomIntelligence/HuatuoGPT-o1-7B | Duplicate the space and set it to private for faster & personal inference for free.
|
18 |
-
HuatuoGPT-o1
|
19 |
-
|
20 |
|
21 |
**To start a new chat**, click "clear" and start a new dialog.
|
22 |
'''
|
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
chatbot = gr.ChatInterface(
|
48 |
generate_text,
|
49 |
title="FreedomIntelligence/HuatuoGPT-o1-7B | GGUF Demo",
|
50 |
-
description=" settings below if needed.",
|
51 |
examples=[
|
52 |
["How many r's are in the word strawberry?"],
|
53 |
['How to stop a cough?'],
|
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
|
|
55 |
],
|
56 |
cache_examples=False,
|
57 |
fill_height=True,
|
58 |
-
|
59 |
)
|
60 |
|
61 |
with gr.Accordion("Adjust Parameters", open=False):
|
|
|
15 |
|
16 |
DESCRIPTION = '''
|
17 |
# FreedomIntelligence/HuatuoGPT-o1-7B | Duplicate the space and set it to private for faster & personal inference for free.
|
18 |
+
HuatuoGPT-o1 is a medical LLM designed for advanced medical reasoning.
|
19 |
+
It generates a complex thought process, reflecting and refining its reasoning, before providing a final response.
|
20 |
|
21 |
**To start a new chat**, click "clear" and start a new dialog.
|
22 |
'''
|
|
|
47 |
chatbot = gr.ChatInterface(
|
48 |
generate_text,
|
49 |
title="FreedomIntelligence/HuatuoGPT-o1-7B | GGUF Demo",
|
50 |
+
description="Edit settings below if needed.",
|
51 |
examples=[
|
52 |
["How many r's are in the word strawberry?"],
|
53 |
['How to stop a cough?'],
|
|
|
55 |
],
|
56 |
cache_examples=False,
|
57 |
fill_height=True,
|
58 |
+
fill_width=True
|
59 |
)
|
60 |
|
61 |
with gr.Accordion("Adjust Parameters", open=False):
|