Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
509ac89
1
Parent(s):
ff5b20f
test
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import gradio as gr
|
|
11 |
from conversation_public import default_conversation, conv_templates, SeparatorStyle
|
12 |
|
13 |
auth_token = os.environ.get("TOKEN_FROM_SECRET")
|
|
|
14 |
|
15 |
##########################################
|
16 |
# Audio part
|
|
|
11 |
from conversation_public import default_conversation, conv_templates, SeparatorStyle
|
12 |
|
13 |
auth_token = os.environ.get("TOKEN_FROM_SECRET")
|
14 |
+
print(auth_token)
|
15 |
|
16 |
##########################################
|
17 |
# Audio part
|