fix
Browse files
app.py
CHANGED
@@ -22,12 +22,12 @@ def test(prompt):
|
|
22 |
return result
|
23 |
|
24 |
description = """
|
25 |
-
Test
|
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= "
|
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'),
|