Spaces:
Build error
Build error
| # -*- coding: utf-8 -*- | |
| """Test deploying model on huggingface space.ipynb | |
| Automatically generated by Colaboratory. | |
| Original file is located at | |
| https://colab.research.google.com/drive/1VRB3YKw0bl47Lp_CuxXwyCsU9JGXq3sY | |
| """ | |
| import gradio as gr | |
| description = "Arabic-English translation machine" | |
| title = "Translate" | |
| interface = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-ar", | |
| description=description | |
| ) | |
| interface.launch() | |