Miquel Farré
commited on
Commit
·
2709379
1
Parent(s):
ffaa42f
update
Browse files
app.py
CHANGED
@@ -105,6 +105,7 @@ def join_waitlist(
|
|
105 |
)
|
106 |
|
107 |
except Exception as e:
|
|
|
108 |
if attempt == MAX_RETRIES - 1: # Last attempt
|
109 |
gr.Error(f"An error occurred: {str(e)}")
|
110 |
return gr.update(
|
|
|
105 |
)
|
106 |
|
107 |
except Exception as e:
|
108 |
+
print(str(e))
|
109 |
if attempt == MAX_RETRIES - 1: # Last attempt
|
110 |
gr.Error(f"An error occurred: {str(e)}")
|
111 |
return gr.update(
|