gojossatoru commited on
Commit
449f10c
·
verified ·
1 Parent(s): 4f92651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -81,6 +81,7 @@ gr_interface = gr.Interface(
81
  )
82
 
83
  if __name__ == "__main__":
 
84
  public_url = ngrok.connect(8000)
85
  print(f"Ngrok URL: {public_url}")
86
 
 
81
  )
82
 
83
  if __name__ == "__main__":
84
+ ngrok.set_auth_token("2m46ThDvL9VaQVxeVKs47yt9VRb_66BX7RzbfnQwWUj1cQeoV")
85
  public_url = ngrok.connect(8000)
86
  print(f"Ngrok URL: {public_url}")
87