Christopher Román Jaimes commited on
Commit
4d0d80e
·
1 Parent(s): b48d993

fix: change gliner version.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ text_input = gr.inputs.Textbox(lines=15, label="Input Text")
34
 
35
  iface = gr.Interface(
36
  fn=generate_answer,
37
- inputs=text_input,
38
  outputs="text",
39
  title="Text Intelligence for Real State",
40
  description="Input text describing the property."
 
34
 
35
  iface = gr.Interface(
36
  fn=generate_answer,
37
+ inputs="text",
38
  outputs="text",
39
  title="Text Intelligence for Real State",
40
  description="Input text describing the property."