Tokymin commited on
Commit
345a435
·
1 Parent(s): d690b19
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
-
3
  huggingface_token = os.getenv('HF_TOKEN')
4
  # Set up the token to use with the Hugging Face API
5
  if huggingface_token is not None:
 
1
  import gradio as gr
2
+ import os
3
  huggingface_token = os.getenv('HF_TOKEN')
4
  # Set up the token to use with the Hugging Face API
5
  if huggingface_token is not None: