Shreyas094 commited on
Commit
57a48db
·
verified ·
1 Parent(s): d136ca0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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)