Reza2kn's picture
Upload folder using huggingface_hub
78498dd verified
raw
history blame contribute delete
117 Bytes
import os
from app import demo
if __name__ == "__main__":
demo.launch(share=os.getenv("GRADIO_SHARE") == "1")