Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@ import gradio as gr
|
|
2 |
from revChatGPT.V1 import Chatbot
|
3 |
|
4 |
#You can setup login information here, or login in from UI
|
|
|
|
|
5 |
email = None
|
6 |
password = None
|
7 |
access_token = None
|
|
|
2 |
from revChatGPT.V1 import Chatbot
|
3 |
|
4 |
#You can setup login information here, or login in from UI
|
5 |
+
global email, password access_token, session_token
|
6 |
+
|
7 |
email = None
|
8 |
password = None
|
9 |
access_token = None
|