Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ chat_interface = gr.ChatInterface(
|
|
118 |
),
|
119 |
gr.Slider(
|
120 |
label="Temperature",
|
121 |
-
minimum=0.
|
122 |
maximum=4.0,
|
123 |
step=0.1,
|
124 |
value=0.1,
|
@@ -153,7 +153,6 @@ chat_interface = gr.ChatInterface(
|
|
153 |
["How many hours does it take a man to eat a Helicopter?"],
|
154 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
155 |
["λνλ―Όκ΅μ μλλ?"],
|
156 |
-
["λ
λλ μ΄λλλΌ λ
μ΄μΌ?"]
|
157 |
],
|
158 |
)
|
159 |
|
|
|
118 |
),
|
119 |
gr.Slider(
|
120 |
label="Temperature",
|
121 |
+
minimum=0.0,
|
122 |
maximum=4.0,
|
123 |
step=0.1,
|
124 |
value=0.1,
|
|
|
153 |
["How many hours does it take a man to eat a Helicopter?"],
|
154 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
155 |
["λνλ―Όκ΅μ μλλ?"],
|
|
|
156 |
],
|
157 |
)
|
158 |
|