samithcs's picture
added gradio and app file
6af3122 verified
raw
history blame contribute delete
78 Bytes
from gradio_app import iface
if __name__ == "__main__":
iface.launch()