Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -265,7 +265,7 @@ demo = gr.ChatInterface(
|
|
| 265 |
gr.Slider(label="Max New Tokens", minimum=512, maximum=2000, step=10, value=1024),
|
| 266 |
],
|
| 267 |
stop_btn=False,
|
| 268 |
-
title="
|
| 269 |
description=DESCRIPTION,
|
| 270 |
examples=examples,
|
| 271 |
run_examples_on_click=False,
|
|
|
|
| 265 |
gr.Slider(label="Max New Tokens", minimum=512, maximum=2000, step=10, value=1024),
|
| 266 |
],
|
| 267 |
stop_btn=False,
|
| 268 |
+
title="REnewbie-LLM - Indonesia Energy Transition and Renewable Energy (DEMO)",
|
| 269 |
description=DESCRIPTION,
|
| 270 |
examples=examples,
|
| 271 |
run_examples_on_click=False,
|