Spaces:
Sleeping
Sleeping
We have gone back to the previous model that was being used (sentence similarity spanish) because the one added in the previous commit was too large and it lasted a lot of time to extract the features from a PDF document
Browse files- main_service.py +1 -1
main_service.py
CHANGED
|
@@ -26,6 +26,6 @@ class GradioAppManager():
|
|
| 26 |
def run(self, app):
|
| 27 |
app.launch(server_name='0.0.0.0')
|
| 28 |
|
| 29 |
-
gradio_app_manager_obj = GradioAppManager('
|
| 30 |
app = gradio_app_manager_obj.build()
|
| 31 |
gradio_app_manager_obj.run(app)
|
|
|
|
| 26 |
def run(self, app):
|
| 27 |
app.launch(server_name='0.0.0.0')
|
| 28 |
|
| 29 |
+
gradio_app_manager_obj = GradioAppManager('sentence_similarity_spanish')
|
| 30 |
app = gradio_app_manager_obj.build()
|
| 31 |
gradio_app_manager_obj.run(app)
|