Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -99,4 +99,4 @@ outputs = [
|
|
99 |
gr.Plot(label="Cosine Similarities")
|
100 |
]
|
101 |
app = gr.Interface(predict, inputs, outputs, examples=examples)
|
102 |
-
app.launch(
|
|
|
99 |
gr.Plot(label="Cosine Similarities")
|
100 |
]
|
101 |
app = gr.Interface(predict, inputs, outputs, examples=examples)
|
102 |
+
app.launch()
|
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ albumentations==1.3.0
|
|
5 |
scikit-learn==1.1.3
|
6 |
matplotlib==3.6.0
|
7 |
pillow==9.3.0
|
8 |
-
pandas==1.5.1
|
|
|
|
5 |
scikit-learn==1.1.3
|
6 |
matplotlib==3.6.0
|
7 |
pillow==9.3.0
|
8 |
+
pandas==1.5.1
|
9 |
+
gradio>=3.36.1
|