dipesh1701 commited on
Commit
e1b7667
1 Parent(s): 9df7a04
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -9,6 +9,8 @@ import gradio as gr
9
  import time
10
  import warnings
11
 
 
 
12
  warnings.filterwarnings("ignore")
13
 
14
  secret_token = ""
 
9
  import time
10
  import warnings
11
 
12
+ from pyChatGPT import ChatGPT
13
+
14
  warnings.filterwarnings("ignore")
15
 
16
  secret_token = ""