zzmez commited on
Commit
90d8ce8
·
1 Parent(s): 547b687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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(auth=(user, password))
 
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()