Christopher Román Jaimes
commited on
Commit
·
89e9fa4
1
Parent(s):
4d0d80e
fix: change gliner version.
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def generate_answer(text):
|
|
30 |
return result_dict
|
31 |
|
32 |
# Cambiar a entrada de texto
|
33 |
-
text_input = gr.inputs.Textbox(lines=15, label="Input Text")
|
34 |
|
35 |
iface = gr.Interface(
|
36 |
fn=generate_answer,
|
|
|
30 |
return result_dict
|
31 |
|
32 |
# Cambiar a entrada de texto
|
33 |
+
#text_input = gr.inputs.Textbox(lines=15, label="Input Text")
|
34 |
|
35 |
iface = gr.Interface(
|
36 |
fn=generate_answer,
|