syildizz's picture
Initial commit.
1ae5927
raw
history blame
173 Bytes
from gradio_app import gradio_main
if __name__ == "__main__":
gr_interface = gradio_main()
gr_interface.queue().launch() # pyright: ignore[reportUnusedCallResult]