Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
taesiri
/
ConvolutionalHoughMatchingNetworks
like
6
Running
App
Files
Files
Community
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()