Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
•
4a60569
1
Parent(s):
43b89c5
remove queue
Browse files
gradio_imagecompletion.py
CHANGED
@@ -90,7 +90,7 @@ iface = gr.Interface(
|
|
90 |
inputs=gr.inputs.Image(type="pil", label='인풋 이미지'),
|
91 |
outputs=gr.outputs.Image(type="pil", label='AI가 그린 결과'),
|
92 |
examples=examples,
|
93 |
-
enable_queue=True,
|
94 |
article='<p style="text-align:center">i-Scream AI</p>',
|
95 |
)
|
96 |
if __name__ == '__main__':
|
|
|
90 |
inputs=gr.inputs.Image(type="pil", label='인풋 이미지'),
|
91 |
outputs=gr.outputs.Image(type="pil", label='AI가 그린 결과'),
|
92 |
examples=examples,
|
93 |
+
# enable_queue=True,
|
94 |
article='<p style="text-align:center">i-Scream AI</p>',
|
95 |
)
|
96 |
if __name__ == '__main__':
|