jer233's picture
Update app.py
26bd7f4 verified
raw
history blame
143 Bytes
from demo.demo import app
if __name__ == "__main__":
# Launch the Gradio interface
app.launch(show_api=False, debug=True, share=True)