ShashwatStable commited on
Commit
2b1e0ff
·
verified ·
1 Parent(s): c840d28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import requests
3
  import concurrent.futures
4
  import os
5
- SECRET_TOKEN = os.getenv("SECRET_TOKEN")
6
  def prompt(pos,hei,wid,no):
7
  hed={
8
  "Content-Type": "application/json",
 
2
  import requests
3
  import concurrent.futures
4
  import os
5
+ SECRET_TOKEN = os.getenv("KEY")
6
  def prompt(pos,hei,wid,no):
7
  hed={
8
  "Content-Type": "application/json",