updated app.py
Browse files- app.py +1 -0
- requirements.txt +1 -1
app.py
CHANGED
@@ -92,6 +92,7 @@ interface = gr.Interface(
|
|
92 |
["./images/hp.jpg", "./images/opencv-university-rz.png"],
|
93 |
],
|
94 |
cache_examples=False,
|
|
|
95 |
)
|
96 |
|
97 |
interface.launch()
|
|
|
92 |
["./images/hp.jpg", "./images/opencv-university-rz.png"],
|
93 |
],
|
94 |
cache_examples=False,
|
95 |
+
theme="gstaff/xkcd",
|
96 |
)
|
97 |
|
98 |
interface.launch()
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
gradio
|
2 |
opencv-python==4.10.0.84
|
|
|
1 |
+
gradio==5.23.3
|
2 |
opencv-python==4.10.0.84
|