oberbics commited on
Commit
32ffd18
·
verified ·
1 Parent(s): d604d38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -156,6 +156,7 @@ def extract_info(template, text):
156
  trace = traceback.format_exc()
157
  print(f"Error in extract_info: {e}\n{trace}")
158
  return f"❌ Fehler: {str(e)}", "{}"
 
159
  def create_map(df, location_col):
160
  m = folium.Map(
161
  location=[20, 0],
 
156
  trace = traceback.format_exc()
157
  print(f"Error in extract_info: {e}\n{trace}")
158
  return f"❌ Fehler: {str(e)}", "{}"
159
+ @spaces.GPU
160
  def create_map(df, location_col):
161
  m = folium.Map(
162
  location=[20, 0],