fix the fix
#4
by
RichardErkhov
- opened
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, {
|
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):
|