Z3ktrix commited on
Commit
9757a78
Β·
verified Β·
1 Parent(s): 9618d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -6,6 +6,8 @@ import gradio as gr
6
  import requests
7
  from dotenv import load_dotenv
8
 
 
 
9
  # Load the environment variables from the .env file
10
  load_dotenv()
11
 
@@ -44,3 +46,4 @@ def main():
44
 
45
  if __name__ == "__main__":
46
  main()
 
 
6
  import requests
7
  from dotenv import load_dotenv
8
 
9
+ import gradio_client as grc
10
+
11
  # Load the environment variables from the .env file
12
  load_dotenv()
13
 
 
46
 
47
  if __name__ == "__main__":
48
  main()
49
+ grc.Client("Z3ktrix/Chatty").deploy_discord()