smart-quiz-ui / app.py
NZLouislu's picture
Update app.py
2b3b07e verified
raw
history blame contribute delete
177 Bytes
from gradio_ui import build_gradio_ui
demo = build_gradio_ui()
demo.queue().launch(
server_name="0.0.0.0",
server_port=7860,
ssr_mode=False,
show_error=True,
)