hi
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ def detect(image):
|
|
9 |
return results[0].plot() # 回傳帶框圖像
|
10 |
|
11 |
iface = gr.Interface(fn=detect, inputs="image", outputs="image")
|
12 |
-
iface.launch()
|
|
|
9 |
return results[0].plot() # 回傳帶框圖像
|
10 |
|
11 |
iface = gr.Interface(fn=detect, inputs="image", outputs="image")
|
12 |
+
iface.launch(show_api=True)
|