Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def detect_objects_video(video_path):
|
|
| 30 |
out.release()
|
| 31 |
return out_path
|
| 32 |
|
| 33 |
-
demo = gr.Blocks()
|
| 34 |
|
| 35 |
#Interface Gradio
|
| 36 |
|
|
|
|
| 30 |
out.release()
|
| 31 |
return out_path
|
| 32 |
|
| 33 |
+
demo = gr.Blocks(theme='JohnSmith9982/small_and_pretty')
|
| 34 |
|
| 35 |
#Interface Gradio
|
| 36 |
|