Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,4 +3,4 @@ from gradio.mix import Parallel, Series
|
|
3 |
summarization = gr.Interface.load("models/ieuniversity/pangea_summarization_model")
|
4 |
translation = gr.Interface.load("models/ieuniversity/pangea_translation_model")
|
5 |
|
6 |
-
Series(summarization, translation,inputs=gr.inputs.Textbox(lines = 30,label="Copy a news article in English below!"),theme = "
|
|
|
3 |
summarization = gr.Interface.load("models/ieuniversity/pangea_summarization_model")
|
4 |
translation = gr.Interface.load("models/ieuniversity/pangea_translation_model")
|
5 |
|
6 |
+
Series(summarization, translation,inputs=gr.inputs.Textbox(lines = 30,label="Copy a news article in English below!"),title="PANGEA",description="Pangea is a space that allows you to enter a English news article in text format and receive its traslated summary in Turkish ",theme = "grass").launch()
|