Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
•
db478c5
1
Parent(s):
9addf77
update link
Browse files
gradio_imagecompletion.py
CHANGED
@@ -89,11 +89,7 @@ iface = gr.Interface(
|
|
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)
|
|
|
89 |
outputs=gr.outputs.Image(type="pil", label='AI가 그린 결과'),
|
90 |
examples=examples,
|
91 |
enable_queue=True,
|
92 |
+
article='<p style="text-align:center">Based on <a href="https://huggingface.co/spaces/nielsr/imagegpt-completion">🤗 Link</a></p>',
|
|
|
|
|
|
|
|
|
93 |
)
|
94 |
if __name__ == '__main__':
|
95 |
iface.launch(debug=True)
|