GradioApps / app.py
nrigheriu's picture
added app files
869f31e verified
raw
history blame contribute delete
102 Bytes
# Import the main Gradio app
from gradio_app import demo
if __name__ == "__main__":
demo.launch()