fix the fix (#4)
Browse files- fix the fix (f70c5b0c433ca25422b8b029400731b5e67f3418)
Co-authored-by: Richard Erkhov <[email protected]>
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):
|