Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ translation = gr.Interface.load("models/ieuniversity/pangea_translation_model")
|
|
5 |
|
6 |
demo = gr.Series(summarization, translation,
|
7 |
title='PANGEA',
|
8 |
-
description='Pangea is a space that allows you to enter a English news article in text format and receive its traslated summary in Turkish!',
|
9 |
inputs=gr.inputs.Textbox(lines = 5, label="Copy and paste a news article in English here!"),
|
10 |
theme='gstaff/sketch',
|
11 |
css='div {background-image:url("https://huggingface.co/spaces/ieuniversity/Pangea/blob/main/pangea.png");}',
|
|
|
5 |
|
6 |
demo = gr.Series(summarization, translation,
|
7 |
title='PANGEA',
|
8 |
+
description='Pangea is a space that allows you to enter a English news article in text format and receive its traslated summary in Turkish! If you want to see our poster, check our files section and look for "pangea.png" :)',
|
9 |
inputs=gr.inputs.Textbox(lines = 5, label="Copy and paste a news article in English here!"),
|
10 |
theme='gstaff/sketch',
|
11 |
css='div {background-image:url("https://huggingface.co/spaces/ieuniversity/Pangea/blob/main/pangea.png");}',
|