Skip to content

Commit

Permalink
Fix typo (huggingface#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm8488 authored Nov 22, 2022
1 parent 1af7e70 commit 7b385fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentiment-analysis-fhe.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ fhe_api.save()

These few lines are enough to export all the files needed for both the client and the server. You can check out the notebook explaining this deployment API in detail [here](https://github.com/zama-ai/concrete-ml/blob/release/0.4.x/docs/advanced_examples/ClientServer.ipynb).

## Full example in an Hugging Face Space
## Full example in a Hugging Face Space

You can also have a look at the [final application on Hugging Face Space](https://huggingface.co/spaces/zama-fhe/encrypted_sentiment_analysis). The client app was developed with [Gradio](https://gradio.app/) while the server runs with [Uvicorn](https://www.uvicorn.org/) and was developed with [FastAPI](https://fastapi.tiangolo.com/).

Expand Down

0 comments on commit 7b385fe

Please sign in to comment.