Spaces:
Runtime error
Runtime error
Fix pydantic error
Browse files
app.py
CHANGED
@@ -99,4 +99,5 @@ 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.queue()
|
103 |
app.launch()
|