Update app.py
Browse files
app.py
CHANGED
|
@@ -47,10 +47,14 @@ with gr.Blocks() as demo:
|
|
| 47 |
|
| 48 |
gr.Markdown("# English-to-Egyptian Arabic Translation Leaderboard")
|
| 49 |
|
| 50 |
-
gr.Markdown("## [Try Masrawy Now!!](https://huggingface.co/spaces/oddadmix/Masrawy-English-To-Egyptian)")
|
| 51 |
|
|
|
|
|
|
|
| 52 |
with gr.Row():
|
| 53 |
with gr.Column():
|
|
|
|
|
|
|
|
|
|
| 54 |
model_input = gr.Textbox(label="Model Name", placeholder="Enter the model's Hugging Face name...")
|
| 55 |
## model type translation or text-generation
|
| 56 |
model_type = gr.Radio(choices=["translation", "text-generation"], label="Model Type")
|
|
|
|
| 47 |
|
| 48 |
gr.Markdown("# English-to-Egyptian Arabic Translation Leaderboard")
|
| 49 |
|
|
|
|
| 50 |
|
| 51 |
+
|
| 52 |
+
|
| 53 |
with gr.Row():
|
| 54 |
with gr.Column():
|
| 55 |
+
gr.Markdown("## [Try Masrawy Now!!](https://huggingface.co/spaces/oddadmix/Masrawy-English-To-Egyptian)")
|
| 56 |
+
with gr.Column():
|
| 57 |
+
gr.Markdown("## Submit Model to the Leaderboard")
|
| 58 |
model_input = gr.Textbox(label="Model Name", placeholder="Enter the model's Hugging Face name...")
|
| 59 |
## model type translation or text-generation
|
| 60 |
model_type = gr.Radio(choices=["translation", "text-generation"], label="Model Type")
|