craw_web / app_hf.py
euler314's picture
Upload 9 files
4b9057c verified
raw
history blame
112 Bytes
import gradio as gr
from app import build_gradio_app
app = build_gradio_app()
app.launch(server_name="0.0.0.0")