Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aidevhund
/
3dgameassetgenerator2
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aidevhund
commited on
Dec 14, 2024
Commit
88dd34c
·
verified
·
1 Parent(s):
0fad7a2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -291,4 +291,6 @@ footer {
291
}
292
"""
293
294
demo.launch()
291
}
292
"""
293
294
+
# Launch the Gradio app
295
+
if __name__ == "__main__":
296
demo.launch()