Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ethanweber/toon3d
pukadev
/
toon3d
like
0
Sleeping
App
Files
Files
Community
ethanweber
commited on
May 8, 2024
Commit
b16aa33
•
1 Parent(s):
95f29af
file upload
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,4 @@ with gr.Blocks() as demo:
34
input = gr.File(file_count="directory")
35
36
if __name__ == "__main__":
37
-
gradio_app
.launch()
34
input = gr.File(file_count="directory")
35
36
if __name__ == "__main__":
37
+
demo
.launch()