Spaces:
Runtime error
Runtime error
Upload Index.py
Browse files
Index.py
CHANGED
@@ -137,7 +137,7 @@ initialize_vectorstore()
|
|
137 |
#import getpass
|
138 |
from pyngrok import ngrok, conf
|
139 |
#print("Enter your authtoken, which can be copied from https://dashboard.ngrok.com/auth")
|
140 |
-
conf.get_default().auth_token=2WJNWULs5bCOyJnV24WQYJEKod3_YQUbM5EGCp8sgE4aQvzi
|
141 |
port = 37689
|
142 |
# Open a ngrok tunnel to the HTTP server
|
143 |
public_url = ngrok.connect(port).public_url
|
|
|
137 |
#import getpass
|
138 |
from pyngrok import ngrok, conf
|
139 |
#print("Enter your authtoken, which can be copied from https://dashboard.ngrok.com/auth")
|
140 |
+
conf.get_default().auth_token="2WJNWULs5bCOyJnV24WQYJEKod3_YQUbM5EGCp8sgE4aQvzi"
|
141 |
port = 37689
|
142 |
# Open a ngrok tunnel to the HTTP server
|
143 |
public_url = ngrok.connect(port).public_url
|