Spaces:
Paused
Paused
hf_access_to_attuned_tip_generator_bot_private
Browse files
app.py
CHANGED
|
@@ -2,8 +2,7 @@ import gradio as gr
|
|
| 2 |
from gradio_client import Client
|
| 3 |
import os
|
| 4 |
|
| 5 |
-
|
| 6 |
-
HF_TOKEN = os.environ.get('hf_access_to_private_space2')
|
| 7 |
|
| 8 |
def environ_auth(username, password):
|
| 9 |
if username == os.environ.get('mattias_hallberg') and password == os.environ.get('mattias_hallberg_password'):
|
|
|
|
| 2 |
from gradio_client import Client
|
| 3 |
import os
|
| 4 |
|
| 5 |
+
HF_TOKEN = os.environ.get('hf_access_to_attuned_tip_generator_bot_private')
|
|
|
|
| 6 |
|
| 7 |
def environ_auth(username, password):
|
| 8 |
if username == os.environ.get('mattias_hallberg') and password == os.environ.get('mattias_hallberg_password'):
|