Spaces:
Runtime error
Runtime error
Vishaltiwari2019
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,8 @@ iface = gr.Interface(
|
|
44 |
outputs=["image", "text"],
|
45 |
title="Object Detection",
|
46 |
description="Upload an image and detect objects using DETR model.",
|
47 |
-
allow_flagging=False
|
|
|
48 |
)
|
49 |
|
50 |
iface.launch()
|
|
|
44 |
outputs=["image", "text"],
|
45 |
title="Object Detection",
|
46 |
description="Upload an image and detect objects using DETR model.",
|
47 |
+
allow_flagging=False,
|
48 |
+
css="style.css" # Path to your custom CSS file
|
49 |
)
|
50 |
|
51 |
iface.launch()
|