badongtakla commited on
Commit
f3beb50
·
1 Parent(s): b748b2b
Files changed (1) hide show
  1. app.py +2 -1
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).launch(enable_queue=True)
 
 
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)