Neo111x commited on
Commit
35f9286
·
verified ·
1 Parent(s): 6ff7b48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -331,12 +331,7 @@ def call_infer(
331
  return
332
 
333
 
334
- description = """Note: This demo runs on a limited pool of RunPod serverless GPUs. You may experience delays when there is high demand.
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="Dante-7B Demo",
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