Spaces:
Runtime error
Runtime error
Commit
·
f3beb50
1
Parent(s):
b748b2b
add desc
Browse files
app.py
CHANGED
@@ -222,4 +222,5 @@ gradio.Interface(
|
|
222 |
main,
|
223 |
inputs="text",
|
224 |
outputs=["html", gradio.outputs.Label(label="Geographical Attribution")],
|
225 |
-
examples=examples
|
|
|
|
222 |
main,
|
223 |
inputs="text",
|
224 |
outputs=["html", gradio.outputs.Label(label="Geographical Attribution")],
|
225 |
+
examples=examples,
|
226 |
+
description='spaces demo for Ithaca').launch(enable_queue=True)
|