Pennyy / app.py
pythonprincess's picture
Update app.py
2cf1a2e verified
raw
history blame contribute delete
73 Bytes
from gradio_app import demo
if __name__ == "__main__":
demo.launch()