mgokg commited on
Commit
fbd0747
·
verified ·
1 Parent(s): f68fbd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -89,8 +89,9 @@ def process_ort(ort):
89
  links_text = list_of_clubs(ort)
90
  #return links_text
91
  vereine = []
92
- client = Client("mgokg/gemini-2.0-flash-exp")
93
- for verein in links_text:
 
94
  result = client.predict(
95
  prompt=f"impressum {verein}",
96
  api_name="/perform_search"
 
89
  links_text = list_of_clubs(ort)
90
  #return links_text
91
  vereine = []
92
+
93
+ for verein in links_text:
94
+ client = Client("mgokg/gemini-2.0-flash-exp")
95
  result = client.predict(
96
  prompt=f"impressum {verein}",
97
  api_name="/perform_search"