Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
fair-forward
/
Kara-Agro-Cadi-AI
like
2
Running
App
Files
Files
Community
jonas
commited on
Jun 7, 2023
Commit
d5f1a43
•
1 Parent(s):
18c3afa
fixed bug
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -56,4 +56,6 @@ interface_image = gr.Interface(
56
title="Pothole detector",
57
examples=path,
58
cache_examples=False,
59
-
)
56
title="Pothole detector",
57
examples=path,
58
cache_examples=False,
59
+
)
60
+
61
+
interface_image.launch()