Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,6 @@ import gradio as gr
|
|
2 |
from utils.gradio_utils import *
|
3 |
import os
|
4 |
|
5 |
-
user = os.environ.get("USERNAME")
|
6 |
-
password = os.environ.get("PASSWORD")
|
7 |
-
|
8 |
domains_template = """tenderax.com
|
9 |
reach-fortune.com
|
10 |
joyful-healthy-hair.com
|
@@ -151,4 +148,4 @@ with gr.Blocks() as aeon:
|
|
151 |
with gr.Accordion("Tips and tricks"):
|
152 |
gr.Markdown("The subdomains are IPs from [1-19] and [201-254]")
|
153 |
|
154 |
-
aeon.launch(
|
|
|
2 |
from utils.gradio_utils import *
|
3 |
import os
|
4 |
|
|
|
|
|
|
|
5 |
domains_template = """tenderax.com
|
6 |
reach-fortune.com
|
7 |
joyful-healthy-hair.com
|
|
|
148 |
with gr.Accordion("Tips and tricks"):
|
149 |
gr.Markdown("The subdomains are IPs from [1-19] and [201-254]")
|
150 |
|
151 |
+
aeon.launch()
|