Caroline Mai Chan commited on
Commit
6ea7f97
2 Parent(s): 8c8b420 03c67b1

Merge branch 'main' of https://huggingface.co/spaces/carolineec/informativedrawings into main

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,10 +101,10 @@ def predict(input_img):
101
 
102
  title="informative-drawings"
103
  description="Gradio Demo for line drawing generation. "
104
- article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
105
  examples=[['cat.png']]
106
 
107
 
108
- iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image", title=title,description=description,article=article,examples=examples)
109
 
110
  iface.launch()
 
101
 
102
  title="informative-drawings"
103
  description="Gradio Demo for line drawing generation. "
104
+ # article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
105
  examples=[['cat.png']]
106
 
107
 
108
+ iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image", title=title,description=description,examples=examples)
109
 
110
  iface.launch()