File size: 439 Bytes
0c05632
 
 
 
e79fbac
 
0c05632
c318ff6
0c05632
 
e649ffb
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import gradio as gr
from gradio_client import Client
import os

HF_TOKEN = os.environ.get('HUGGING_FACE_HUB_TOKEN', None)
print("to HF_TOKEN token found!")

gr.load(name="spaces/attuned-ai/Attuned-Communication-Bot", api_key=HF_TOKEN).launch()

# login works
# def environ_auth(username, password):
#     if username == os.environ["username"] and password == os.environ["password"]:
#         return True
#     else:
#         return False