Spaces:
Runtime error
Runtime error
Hector Lopez
commited on
Commit
·
86d9b44
1
Parent(s):
12456fc
Fix bug
Browse files
app.py
CHANGED
@@ -48,12 +48,12 @@ examples = [
|
|
48 |
gr.close_all()
|
49 |
#port = get_first_available_port(7682, 9000)
|
50 |
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
|
|
48 |
gr.close_all()
|
49 |
#port = get_first_available_port(7682, 9000)
|
50 |
|
51 |
+
gr.Interface(
|
52 |
+
waste_detector_interface,
|
53 |
+
inputs,
|
54 |
+
outputs,
|
55 |
+
title=title,
|
56 |
+
description=description,
|
57 |
+
examples=examples,
|
58 |
+
theme="huggingface",
|
59 |
+
).launch()
|