psujay's picture
Update app.py
64df442 verified
raw
history blame
108 Bytes
import GradioInterface
if __name__ == "__main__":
grad_app = GradioInterface()
grad_app.launch_app()