oceansweep commited on
Commit
354deab
1 Parent(s): 644abaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.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')))
 
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')))