Spaces:
Runtime error
Runtime error
File size: 270 Bytes
8e651ce |
1 2 3 4 5 6 7 8 9 10 11 12 |
# main.py
from app.interface import criar_interface
if __name__ == "__main__":
interface = criar_interface()
interface.launch(
share=True,
server_name="0.0.0.0",
server_port=7860,
show_error=True,
favicon_path=None,
) |