Spaces:
Runtime error
Runtime error
Akshat-1812
commited on
Commit
·
d659f8e
1
Parent(s):
5943d9d
upgrade gradio version and add a param in launch()
Browse files- app.py +1 -2
- requirements.txt +1 -1
app.py
CHANGED
@@ -90,5 +90,4 @@ gr.Interface(
|
|
90 |
description=description,
|
91 |
examples=examples,
|
92 |
cache_examples=True,
|
93 |
-
examples_per_page=2,
|
94 |
-
enable_queue=enable_queue).launch(debug=True)
|
|
|
90 |
description=description,
|
91 |
examples=examples,
|
92 |
cache_examples=True,
|
93 |
+
examples_per_page=2).launch(debug=True,enable_queue=enable_queue)
|
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
tensorflow == 2.15.0
|
3 |
tensorflow_hub == 0.16.1
|
4 |
opencv-python
|
|
|
1 |
+
gradio == 3.14.0
|
2 |
tensorflow == 2.15.0
|
3 |
tensorflow_hub == 0.16.1
|
4 |
opencv-python
|