Spaces:
Runtime error
Runtime error
ZeroGPU
Browse files- app.py +1 -0
- requirements.txt +1 -1
app.py
CHANGED
@@ -246,3 +246,4 @@ with gr.Blocks() as demo:
|
|
246 |
build_btn.click(fn=build_database, inputs=[], outputs=[])
|
247 |
|
248 |
demo.launch()
|
|
|
|
246 |
build_btn.click(fn=build_database, inputs=[], outputs=[])
|
247 |
|
248 |
demo.launch()
|
249 |
+
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio==
|
2 |
numpy
|
3 |
Pillow
|
4 |
opencv-python-headless
|
|
|
1 |
+
gradio==4.14.0
|
2 |
numpy
|
3 |
Pillow
|
4 |
opencv-python-headless
|