Spaces:
Running
Running
tiennguyenbnbk
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -300,5 +300,5 @@ with gr.Blocks() as demo:
|
|
300 |
# greet_btn.click(gen_ielts, inputs=[*review], outputs=[evaluation])
|
301 |
|
302 |
if __name__ == "__main__":
|
303 |
-
demo.launch(auth=(os.getenv('username'), os.getenv('password')))
|
304 |
-
|
|
|
300 |
# greet_btn.click(gen_ielts, inputs=[*review], outputs=[evaluation])
|
301 |
|
302 |
if __name__ == "__main__":
|
303 |
+
# demo.launch(auth=(os.getenv('username'), os.getenv('password')))
|
304 |
+
demo.launch()
|