Jangai commited on
Commit
553dd80
·
verified ·
1 Parent(s): b864045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  import os
6
 
7
  # Assuming you have your API tokens set in environment variables
8
- ZEPHYR_API_TOKEN = os.getenv("ZEPHYR_API_TOKEN")
9
  SD_API_TOKEN = os.getenv("HF_API_TOKEN")
10
 
11
  if not ZEPHYR_API_TOKEN or not SD_API_TOKEN:
 
5
  import os
6
 
7
  # Assuming you have your API tokens set in environment variables
8
+ ZEPHYR_API_TOKEN = os.getenv("HF_API_TOKEN")
9
  SD_API_TOKEN = os.getenv("HF_API_TOKEN")
10
 
11
  if not ZEPHYR_API_TOKEN or not SD_API_TOKEN: