prwlnght commited on
Commit
49b8283
·
1 Parent(s): f7fe4ff

To load the beta version

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