khushjash commited on
Commit
ea47228
·
verified ·
1 Parent(s): de8f82c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -1,12 +1,2 @@
1
  import os
2
- import gradio as gr
3
-
4
- PRIVATE_SPACE = "khushjash/Converse-AI-chatbox"
5
-
6
- demo = gr.load(
7
- name=PRIVATE_SPACE,
8
- src="spaces",
9
- token=os.getenv("HF_TOKEN")
10
- )
11
-
12
- demo.launch()
 
1
  import os
2
+ print("HF_TOKEN present:", bool(os.getenv("HF_TOKEN")))