Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def predict(request: gr.Request, *args, progress=gr.Progress(track_tqdm=True)):
|
|
45 |
raise gr.Error(f"The submission failed! Error: {response.status_code}")
|
46 |
|
47 |
def check_password(password):
|
48 |
-
return password == "
|
49 |
|
50 |
css = '''
|
51 |
body {
|
|
|
45 |
raise gr.Error(f"The submission failed! Error: {response.status_code}")
|
46 |
|
47 |
def check_password(password):
|
48 |
+
return password == "ittpixio"
|
49 |
|
50 |
css = '''
|
51 |
body {
|