jfforero commited on
Commit
4b40bf8
1 Parent(s): 389ec48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,8 +94,8 @@ interface = gr.Interface(
94
  gr.Label("Transcribed Text", label="Transcribed Text", visible=False),
95
  gr.Image(type='pil', label="Generated Image")
96
  ],
97
- title="Terra Australis Ignota 2024",
98
- description="Terra Australis Ignota is a Multimedia project. The term refers to a common cartographic reference used during the 15th to 18th centuries, which alluded to territories about which little was known, such as Patagonia, or Antarctica, among other places. These territories were commonly attributed with fantastical and monstrous characteristics. The nature of the South America was depicted as exotic, wild, other, and, in this sense, monstrous.\n\n Record your voice with a sentence imagining Patagonia."
99
  )
100
 
101
  interface.launch()
 
94
  gr.Label("Transcribed Text", label="Transcribed Text", visible=False),
95
  gr.Image(type='pil', label="Generated Image")
96
  ],
97
+ title="Terra Australis Ignota",
98
+ description="Terra Australis Ignota is a Multimedia project.\n\n The term refers to a common cartographic reference used during the 15th to 18th centuries, which alluded to territories about which little was known, such as Patagonia, or Antarctica, among other places. These territories were commonly attributed with fantastical and monstrous characteristics. The nature of the South America was depicted as exotic, wild, other, and, in this sense, monstrous.\n\n Record your voice with a sentence imagining/remembering Patagonia."
99
  )
100
 
101
  interface.launch()