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-7B: an experimental research model developed by the Qwen Team.
|
19 |
-
Focused on advancing AI reasoning capabilities.
|
20 |
|
21 |
**To start a new chat**, click "clear" and start a new dialog.
|
22 |
'''
|
@@ -54,7 +54,9 @@ with gr.Blocks() as demo:
|
|
54 |
['How do I relieve feet pain?'],
|
55 |
],
|
56 |
cache_examples=False,
|
57 |
-
fill_height=True
|
|
|
|
|
58 |
)
|
59 |
|
60 |
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-7B: an experimental research model developed by the Qwen Team.
|
19 |
+
Focused on advancing AI reasoning capabilities.
|
20 |
|
21 |
**To start a new chat**, click "clear" and start a new dialog.
|
22 |
'''
|
|
|
54 |
['How do I relieve feet pain?'],
|
55 |
],
|
56 |
cache_examples=False,
|
57 |
+
fill_height=True,
|
58 |
+
height=700, # Set a larger height in pixels
|
59 |
+
# width=800 # Optionally, set the width as well
|
60 |
)
|
61 |
|
62 |
with gr.Accordion("Adjust Parameters", open=False):
|