Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,5 +195,5 @@ with demo:
|
|
| 195 |
</div>
|
| 196 |
<p>""")
|
| 197 |
demo.queue(max_size=1)
|
| 198 |
-
demo.launch(share=False, max_threads=3, auth=(os.getenv("username"), os.getenv("password")), auth_message="Please provide a username and a password.")
|
| 199 |
-
|
|
|
|
| 195 |
</div>
|
| 196 |
<p>""")
|
| 197 |
demo.queue(max_size=1)
|
| 198 |
+
#demo.launch(share=False, max_threads=3, auth=(os.getenv("username"), os.getenv("password")), auth_message="Please provide a username and a password.")
|
| 199 |
+
demo.launch(share=False, max_threads=3)
|