pcreem commited on
Commit
3e602f5
·
1 Parent(s): 5f72244
Files changed (1) hide show
  1. app.py +1 -1
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)