Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -283,6 +283,4 @@ gr.Interface(
|
|
283 |
outputs=["text", "file"], # Updated to return text and a file
|
284 |
title="Financial Analyst AI Assistant",
|
285 |
description="Enter your query about a company's financials to get valuable insights. Optionally, upload a PDF for analysis.Please instruct me for curating your output template, also for web search you can modify my search results but its advisable to restrict the same at 10. You can also adjust my parameters like Temperature, Repetition Penalty and Top_P, its adivsable to set repetition penalty at 1 and other two parameters at 0.1.",
|
286 |
-
).launch(share=True)
|
287 |
-
|
288 |
-
Edit
|
|
|
283 |
outputs=["text", "file"], # Updated to return text and a file
|
284 |
title="Financial Analyst AI Assistant",
|
285 |
description="Enter your query about a company's financials to get valuable insights. Optionally, upload a PDF for analysis.Please instruct me for curating your output template, also for web search you can modify my search results but its advisable to restrict the same at 10. You can also adjust my parameters like Temperature, Repetition Penalty and Top_P, its adivsable to set repetition penalty at 1 and other two parameters at 0.1.",
|
286 |
+
).launch(share=True)
|
|
|
|