Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jadechip
/
realtime-sketch-2-logo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jim Eric Skogman
commited on
Nov 20, 2023
Commit
d41f3b7
·
unverified
·
1 Parent(s):
af9d10f
Remove __main__ block
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -51,5 +51,5 @@ with gr.Blocks() as demo:
51
mod.change(fn=update_model, inputs=mod)
52
53
54
-
if __name__ == "__main__":
55
-
demo.launch()
51
mod.change(fn=update_model, inputs=mod)
52
53
54
+
55
+
demo.launch()