Spaces:
Runtime error
Runtime error
To load the beta version
Browse files
app.py
CHANGED
|
@@ -52,5 +52,5 @@ def check_credentials(email, password):
|
|
| 52 |
print(f"Error occurred: {e}")
|
| 53 |
return False
|
| 54 |
|
| 55 |
-
interview=gr.load("qualz/interview", src="spaces",hf_token=os.environ["hf_token"])
|
| 56 |
interview.launch(auth=check_credentials)
|
|
|
|
| 52 |
print(f"Error occurred: {e}")
|
| 53 |
return False
|
| 54 |
|
| 55 |
+
interview=gr.load("qualz/interview-beta", src="spaces",hf_token=os.environ["hf_token"])
|
| 56 |
interview.launch(auth=check_credentials)
|