qiqiWav commited on
Commit
5d4e51a
1 Parent(s): b6e9854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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!"