psujay's picture
Update app.py
e591b46 verified
raw
history blame contribute delete
151 Bytes
from GradioInterface import GradioInterface, initializeImgProcess
if __name__ == "__main__":
grad_app = GradioInterface()
grad_app.launch_app()