VashTheStampede123 commited on
Commit
5f6aa29
·
verified ·
1 Parent(s): 872b633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ if __name__ == "__main__":
42
  API_KEY = os.getenv("DarkFantasyImageGeneratorApp")
43
 
44
  # Check if the key is retrieved correctly
45
- if not api_key:
46
  raise st.error("API Key not found.")
47
 
48
  # Initialize the InferenceClient
 
42
  API_KEY = os.getenv("DarkFantasyImageGeneratorApp")
43
 
44
  # Check if the key is retrieved correctly
45
+ if not API_KEY:
46
  raise st.error("API Key not found.")
47
 
48
  # Initialize the InferenceClient