ysharma HF staff commited on
Commit
6e984f5
1 Parent(s): 96e857e

added user name to the description

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -108,7 +108,9 @@ def predict(input_img, ver):
108
  return drawing
109
 
110
  title="informative-drawings"
111
- description="Gradio Demo for line drawing generation. "
 
 
112
  # article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
113
  examples=[['cat.png', 'style 1'], ['bridge.png', 'style 1'], ['lizard.png', 'style 2'],]
114
 
108
  return drawing
109
 
110
  title="informative-drawings"
111
+ description="""Gradio Demo for line drawing generation.<br>
112
+ This Gradio Demo was build by <a href="https://huggingface.co/gstaff" target="_blank">Grant Stafford @gstaff</a>."""
113
+
114
  # article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
115
  examples=[['cat.png', 'style 1'], ['bridge.png', 'style 1'], ['lizard.png', 'style 2'],]
116