Nikoodrk commited on
Commit
4ae6554
·
1 Parent(s): a22a4ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,8 @@ demo = 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 = 10,label="Copy a news article in English below!"),
10
- theme = "grass").launch()
 
11
 
12
  if __name__ == "__main__":
13
  demo.launch()
 
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 = 10,label="Copy a news article in English below!"),
10
+ theme = "grass",
11
+ thumbnail = "pangea.jpg" ).launch()
12
 
13
  if __name__ == "__main__":
14
  demo.launch()