Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -271,6 +271,7 @@ def get_chart(inp):
|
|
| 271 |
stop_tokens=["observation:", "task:", "action:", "thought:"],
|
| 272 |
max_tokens=8192,
|
| 273 |
seed=seed,
|
|
|
|
| 274 |
)
|
| 275 |
return resp
|
| 276 |
def summarize(inp,history,report_check,chart_check,data=None,files=None,url=None,pdf_url=None,pdf_batch=None):
|
|
|
|
| 271 |
stop_tokens=["observation:", "task:", "action:", "thought:"],
|
| 272 |
max_tokens=8192,
|
| 273 |
seed=seed,
|
| 274 |
+
inp=inp,
|
| 275 |
)
|
| 276 |
return resp
|
| 277 |
def summarize(inp,history,report_check,chart_check,data=None,files=None,url=None,pdf_url=None,pdf_batch=None):
|