FinancialSupport commited on
Commit
9d17447
1 Parent(s): 09d3123

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,8 +107,8 @@ with gr.Blocks() as demo:
107
  title="saigaDante-7b running on CPU (quantized Q4_K)",
108
  description="This is a quantized version of saiga-7b with Dante LoRA attached running on CPU (very slow).",
109
  examples=[
110
- "Traduci in volgare fiorentino: tanto va la gatta al lardo che ci lascia lo zampino", #se trovi un esempio di traduzione valido mettilo!
111
- "Traduci in volgare fiorentino: come preparo la pasta alla carbonara?",
112
  "Traduci in volgare fiorentino: raccontami una fiaba su Firenze"
113
  ],
114
  cache_examples=False,
 
107
  title="saigaDante-7b running on CPU (quantized Q4_K)",
108
  description="This is a quantized version of saiga-7b with Dante LoRA attached running on CPU (very slow).",
109
  examples=[
110
+ "Traduci in volgare fiorentino: tanto va la gatta al lardo che ci lascia lo zampino",
111
+ "Traduci in volgare fiorentino: narrami come cucinare la pasta alla carbonara vegana.",
112
  "Traduci in volgare fiorentino: raccontami una fiaba su Firenze"
113
  ],
114
  cache_examples=False,