Spaces:
Sleeping
Sleeping
File size: 143 Bytes
ba866d1 |
1 2 3 4 5 6 |
from demo.demo import app
if __name__ == "__main__":
# Launch the Gradio interface
app.launch(show_api=False, debug=True, share=True)
|