Spaces:
Runtime error
Runtime error
jiawenchim
commited on
Commit
•
a9f5c62
1
Parent(s):
3db5b6a
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ tab1 = gr.Interface(fn=predict,
|
|
127 |
outputs=gr.Image(type="pil"),
|
128 |
examples=sample_images,
|
129 |
title="Object Detection (Battery and Dice)"
|
130 |
-
)
|
131 |
|
132 |
tab2 = gr.Interface(
|
133 |
fn=process_video,
|
|
|
127 |
outputs=gr.Image(type="pil"),
|
128 |
examples=sample_images,
|
129 |
title="Object Detection (Battery and Dice)"
|
130 |
+
)
|
131 |
|
132 |
tab2 = gr.Interface(
|
133 |
fn=process_video,
|