rashidiqbal007 commited on
Commit
d7c52e9
1 Parent(s): 4be3722

update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -12,7 +12,6 @@ markdown_link = "For more generations, visit [Imagine Art](https://www.imagine.a
12
 
13
  TOKEN = os.getenv("TOKEN")
14
  URL = os.getenv("URL")
15
- print(f"URL: {URL}, Type: {type(URL)}")
16
 
17
  if not URL:
18
  raise ValueError("URL environment variable is not set.")
 
12
 
13
  TOKEN = os.getenv("TOKEN")
14
  URL = os.getenv("URL")
 
15
 
16
  if not URL:
17
  raise ValueError("URL environment variable is not set.")