Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,9 @@ class PromptRefiner:
|
|
73 |
except HfHubHTTPError as e:
|
74 |
return (
|
75 |
"Error: Model timeout. Please try again later.",
|
76 |
-
"",
|
77 |
"The selected model is currently experiencing high traffic.",
|
|
|
|
|
78 |
{}
|
79 |
)
|
80 |
except Exception as e:
|
|
|
73 |
except HfHubHTTPError as e:
|
74 |
return (
|
75 |
"Error: Model timeout. Please try again later.",
|
|
|
76 |
"The selected model is currently experiencing high traffic.",
|
77 |
+
"The selected model is currently experiencing high traffic.",
|
78 |
+
"The selected model is currently experiencing high traffic."
|
79 |
{}
|
80 |
)
|
81 |
except Exception as e:
|