jaekookang commited on
Commit
9addf77
1 Parent(s): ec64b87

update minor

Browse files
Files changed (1) hide show
  1. gradio_imagecompletion.py +5 -1
gradio_imagecompletion.py CHANGED
@@ -89,7 +89,11 @@ iface = gr.Interface(
89
  outputs=gr.outputs.Image(type="pil", label='AI가 그린 결과'),
90
  examples=examples,
91
  enable_queue=True,
92
- article='<p style="text-align:center">https://huggingface.co/spaces/nielsr/imagegpt-completion</p>',
 
 
 
 
93
  )
94
  if __name__ == '__main__':
95
  iface.launch(debug=True)
 
89
  outputs=gr.outputs.Image(type="pil", label='AI가 그린 결과'),
90
  examples=examples,
91
  enable_queue=True,
92
+ article='''
93
+ <p style="text-align:center">
94
+ Based on <a href="https://huggingface.co/spaces/nielsr/imagegpt-completion">🤗 Link</a>
95
+ </p>
96
+ ''',
97
  )
98
  if __name__ == '__main__':
99
  iface.launch(debug=True)