Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import time
|
|
| 11 |
import webbrowser
|
| 12 |
# Have I mentioned my opinions on gradio today?
|
| 13 |
#
|
| 14 |
-
global_huggingface_api_key = os.
|
| 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')))
|
|
|
|
| 11 |
import webbrowser
|
| 12 |
# Have I mentioned my opinions on gradio today?
|
| 13 |
#
|
| 14 |
+
global_huggingface_api_key = os.environ['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')))
|