bluenevus commited on
Commit
d4e593e
·
verified ·
1 Parent(s): 55740f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def process_with_gemini(file_content, gemini_api_key):
76
  5. Provide no other information such as greeting or summary as the purpose is to catalog and document all open source licenses used.
77
  """
78
 
79
- response = model.generate_content(prompt, timeout=120)
80
  return response.text
81
 
82
  def process_input(github_url, personal_access_token, gemini_api_key):
 
76
  5. Provide no other information such as greeting or summary as the purpose is to catalog and document all open source licenses used.
77
  """
78
 
79
+ response = model.generate_content(prompt)
80
  return response.text
81
 
82
  def process_input(github_url, personal_access_token, gemini_api_key):