Remsky's picture
Enhance project structure with new app entry point, updated README, and improved UI components; refine .gitignore and loading messages
c079f49
raw
history blame
106 Bytes
# Hugging Face Spaces entry point
from gradio_app import app
if __name__ == "__main__":
app.launch()