Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ramyaa1113
/
unity-unreal-code-translator
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ramyaa1113
commited on
Oct 8, 2025
Commit
770c2c5
·
1 Parent(s):
94c52e3
debug created
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -29,4 +29,4 @@ iface = gr.Interface(
29
)
30
31
if __name__ == "__main__":
32
-
iface.launch()
29
)
30
31
if __name__ == "__main__":
32
+
iface.launch(
debug=True
)