Update app.py
Browse files
app.py
CHANGED
|
@@ -41,6 +41,7 @@ iface = gr.Interface(
|
|
| 41 |
["image.jpg", 0.2, 0.45],
|
| 42 |
["Screenshot 2024-11-06 130230.png" , 0.25 , 0.45]
|
| 43 |
],
|
|
|
|
| 44 |
)
|
| 45 |
|
| 46 |
if __name__ == "__main__":
|
|
|
|
| 41 |
["image.jpg", 0.2, 0.45],
|
| 42 |
["Screenshot 2024-11-06 130230.png" , 0.25 , 0.45]
|
| 43 |
],
|
| 44 |
+
theme=gr.themes.Default()
|
| 45 |
)
|
| 46 |
|
| 47 |
if __name__ == "__main__":
|