Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -527,7 +527,7 @@ with gr.Blocks() as demo:
527
  all_spaces = get_models("spaces")
528
  break
529
  except HfHubHTTPError as error:
530
- print(f"something went wrong with getting the models, {e}")
531
  time.sleep(20)
532
 
533
  with gr.Column(min_width=320):
 
527
  all_spaces = get_models("spaces")
528
  break
529
  except HfHubHTTPError as error:
530
+ print(f"something went wrong with getting the models, {error}")
531
  time.sleep(20)
532
 
533
  with gr.Column(min_width=320):