Commit ·
57d0505
1
Parent(s): 34ad5e6
fix: unexpected slow when start
Browse files- requirements.txt +1 -1
- runtime.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
requests
|
| 3 |
smolagents
|
| 4 |
opencv-python
|
|
|
|
| 1 |
+
gradio[oauth]
|
| 2 |
requests
|
| 3 |
smolagents
|
| 4 |
opencv-python
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.10
|