Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
taesiri
/
ConvolutionalHoughMatchingNetworks
like
6
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
taesiri
commited on
Jul 29, 2024
Commit
02a107c
·
verified
·
1 Parent(s):
e3fd835
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -327,4 +327,4 @@ Performs keypoint transform from a 7x7 gird on the source image to the target im
327
outputs=output_plot,
328
)
329
330
-
demo.launch(
debug=True, enable_queue=False
)
327
outputs=output_plot,
328
)
329
330
+
demo.launch()