hucruz commited on
Commit
286369d
·
1 Parent(s): 4f46a2a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,12 +22,12 @@ def test(prompt):
22
  return result
23
 
24
  description = """
25
- Test GPT2 Model
26
  """
27
 
28
  examples = [["1", "1", "1", "2", "28", "2", "-26", "7,143", "7,143", "No_Liquidado_Vig", "e. No_Liq_vig", "4", "2", "500", "Casado" ]]
29
  iface = gr.Interface(fn=test,
30
- title= "GPT2 Model",
31
  description = description,
32
  inputs=[
33
  gr.inputs.Text(lines=1, placeholder="1", label='Ciclo'),
 
22
  return result
23
 
24
  description = """
25
+ Test Model
26
  """
27
 
28
  examples = [["1", "1", "1", "2", "28", "2", "-26", "7,143", "7,143", "No_Liquidado_Vig", "e. No_Liq_vig", "4", "2", "500", "Casado" ]]
29
  iface = gr.Interface(fn=test,
30
+ title= "Miio Model",
31
  description = description,
32
  inputs=[
33
  gr.inputs.Text(lines=1, placeholder="1", label='Ciclo'),