nouamanetazi's picture
nouamanetazi HF Staff
Upload folder using huggingface_hub
df7cbb5 verified
raw
history blame contribute delete
98 Bytes
import gradio as gr
from app.ui import app
if __name__ == "__main__":
app.launch(debug=True)