Pavan178's picture
Update app.py
7ac2dc6 verified
raw
history blame
73 Bytes
from gradio_app import demo
if __name__ == "__main__":
demo.launch()