Spaces:
Sleeping
Sleeping
Small change in code
Browse files
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 |
-
|
| 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 |
)
|