Spaces:
Runtime error
Runtime error
Commit
·
c5fa3d6
1
Parent(s):
ab1439f
add title and desc
Browse files
app.py
CHANGED
@@ -220,4 +220,5 @@ gradio.Interface(
|
|
220 |
inputs="text",
|
221 |
outputs=["html", gradio.outputs.Label(label="Geographical Attribution")],
|
222 |
examples=examples,
|
223 |
-
|
|
|
|
220 |
inputs="text",
|
221 |
outputs=["html", gradio.outputs.Label(label="Geographical Attribution")],
|
222 |
examples=examples,
|
223 |
+
title='Spaces Demo for Ithaca',
|
224 |
+
description='Restoration and Attribution of ancient Greek texts').launch(enable_queue=True)
|