Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Remsky
/
luma-api-dreammachine-gui
like
1
Running
App
Files
Files
Community
c079f49
luma-api-dreammachine-gui
/
app.py
Remsky
Enhance project structure with new app entry point, updated README, and improved UI components; refine .gitignore and loading messages
c079f49
22 days ago
raw
Copy download link
history
blame
Safe
106 Bytes
# Hugging Face Spaces entry point
from
gradio_app
import
app
if
__name__ ==
"__main__"
:
app.launch()