gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
32.19k stars 2.41k forks source link

How put deployment ml model on server #1462

Closed rotameraklisi closed 2 years ago

rotameraklisi commented 2 years ago

I want to integrate my deep learning model that I have created into a server and test it with client inputs. First of all, how can I deploy my model and how can I add this deploy to the server?

My goal: to make a server that hosts deep learning models.

omerXfaruq commented 2 years ago

Hello!

You can host your Gradio application anywhere(one option is Hugging Face Spaces), and use /api/predict/ endpoint, you can check the docs for that.

(cc: @aliabid94 for being sure)

abidlabs commented 2 years ago

+1 for Hugging Face Spaces: https://huggingface.co/spaces

Closing as this seems to be answered.