andreska commited on
Commit
c5aea6e
·
verified ·
1 Parent(s): 66fad5c

Small change in code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def analyze_project(project_data, question):
18
  return outputs["generated_text"][0]
19
 
20
  iface = gr.Interface(
21
- fn=analyze_project,
22
  inputs=["text", "text"],
23
  outputs="text"
24
  )
 
18
  return outputs["generated_text"][0]
19
 
20
  iface = gr.Interface(
21
+ analyze_project,
22
  inputs=["text", "text"],
23
  outputs="text"
24
  )