Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -331,12 +331,7 @@ def call_infer(
|
|
| 331 |
return
|
| 332 |
|
| 333 |
|
| 334 |
-
description = """
|
| 335 |
-
|
| 336 |
-
## Resources
|
| 337 |
-
|
| 338 |
-
- Blog: https://outflank.nl/blog/2025/08/07/training-specialist-models
|
| 339 |
-
- Run the model yourself: https://huggingface.co/outflanknl/Dante-7B"""
|
| 340 |
|
| 341 |
demo = gr.Interface(
|
| 342 |
fn=call_infer,
|
|
@@ -370,7 +365,7 @@ demo = gr.Interface(
|
|
| 370 |
theme=gr.themes.Default(
|
| 371 |
primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.gray
|
| 372 |
),
|
| 373 |
-
title="
|
| 374 |
description=description,
|
| 375 |
)
|
| 376 |
|
|
|
|
| 331 |
return
|
| 332 |
|
| 333 |
|
| 334 |
+
description = """Pick an example and run to infer the model"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 335 |
|
| 336 |
demo = gr.Interface(
|
| 337 |
fn=call_infer,
|
|
|
|
| 365 |
theme=gr.themes.Default(
|
| 366 |
primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.gray
|
| 367 |
),
|
| 368 |
+
title="GRPO Shell generation Demo",
|
| 369 |
description=description,
|
| 370 |
)
|
| 371 |
|