Spaces:
Running
Running
oceansweep
commited on
Commit
•
1ceea1c
1
Parent(s):
610216b
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import time
|
|
11 |
import webbrowser
|
12 |
# Have I mentioned my opinions on gradio today?
|
13 |
#
|
|
|
14 |
os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'python'
|
15 |
# Local Library Imports
|
16 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'App_Function_Libraries')))
|
|
|
11 |
import webbrowser
|
12 |
# Have I mentioned my opinions on gradio today?
|
13 |
#
|
14 |
+
global_huggingface_api_key = os.getenviron['HF_TOKEN']
|
15 |
os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'python'
|
16 |
# Local Library Imports
|
17 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'App_Function_Libraries')))
|