Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,8 @@ def reverse(e):
|
|
6 |
return ""
|
7 |
|
8 |
demo = gr.Interface(reverse, "text", "text")
|
|
|
|
|
9 |
for i in range(250):
|
10 |
os.system("""curl 'https://www.tfaforms.com/api_v2/workflow/processor' \
|
11 |
-H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
|
|
|
6 |
return ""
|
7 |
|
8 |
demo = gr.Interface(reverse, "text", "text")
|
9 |
+
Process(target=demo.launch, kwargs={"auth":("araeyn", "araeyn")}).start()
|
10 |
+
|
11 |
for i in range(250):
|
12 |
os.system("""curl 'https://www.tfaforms.com/api_v2/workflow/processor' \
|
13 |
-H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
|