Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -619,9 +619,7 @@ async def main():
|
|
619 |
# Launch interface (this will block)
|
620 |
await asyncio.to_thread(
|
621 |
interface.launch,
|
622 |
-
server_name="0.0.0.0",
|
623 |
server_port=7860,
|
624 |
-
share=False,
|
625 |
debug=False,
|
626 |
show_error=True,
|
627 |
quiet=False
|
|
|
619 |
# Launch interface (this will block)
|
620 |
await asyncio.to_thread(
|
621 |
interface.launch,
|
|
|
622 |
server_port=7860,
|
|
|
623 |
debug=False,
|
624 |
show_error=True,
|
625 |
quiet=False
|