Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ processed_inputs = {}
|
|
6 |
|
7 |
def process_inputs(model_id, q_method, email, oauth_token: gr.OAuthToken | None):
|
8 |
if oauth_token is None or oauth_token.token is None:
|
9 |
-
return "You must be logged in to use this service.
|
10 |
|
11 |
if not model_id or not q_method or not email:
|
12 |
return "All fields are required!"
|
|
|
6 |
|
7 |
def process_inputs(model_id, q_method, email, oauth_token: gr.OAuthToken | None):
|
8 |
if oauth_token is None or oauth_token.token is None:
|
9 |
+
return "You must be logged in to use this service."
|
10 |
|
11 |
if not model_id or not q_method or not email:
|
12 |
return "All fields are required!"
|