Spaces:
Running
Running
Update app.py
Browse files
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("
|
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",
|