Spaces:
Runtime error
Runtime error
Hector Lopez
commited on
Commit
·
ca86eaa
1
Parent(s):
e5c1c6f
Fix bug
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ examples = [
|
|
46 |
]
|
47 |
|
48 |
gr.close_all()
|
49 |
-
port = get_first_available_port(7682, 9000)
|
50 |
|
51 |
gr.Interface(
|
52 |
waste_detector_interface,
|
@@ -56,4 +56,4 @@ gr.Interface(
|
|
56 |
description=description,
|
57 |
examples=examples,
|
58 |
theme="huggingface",
|
59 |
-
).launch(server_port=
|
|
|
46 |
]
|
47 |
|
48 |
gr.close_all()
|
49 |
+
#port = get_first_available_port(7682, 9000)
|
50 |
|
51 |
gr.Interface(
|
52 |
waste_detector_interface,
|
|
|
56 |
description=description,
|
57 |
examples=examples,
|
58 |
theme="huggingface",
|
59 |
+
).launch(server_port=7945)
|