init
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def process(im, version):
|
|
136 |
|
137 |
title = "ArcaneGAN"
|
138 |
description = "Gradio demo for ArcaneGAN, portrait to Arcane style. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
139 |
-
article = "
|
140 |
|
141 |
gr.Interface(
|
142 |
process,
|
@@ -146,7 +146,7 @@ gr.Interface(
|
|
146 |
title=title,
|
147 |
description=description,
|
148 |
article=article,
|
149 |
-
examples=[
|
150 |
allow_flagging=False,
|
151 |
allow_screenshot=False
|
152 |
).launch(enable_queue=True,cache_examples=True)
|
|
|
136 |
|
137 |
title = "ArcaneGAN"
|
138 |
description = "Gradio demo for ArcaneGAN, portrait to Arcane style. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
139 |
+
article = ""
|
140 |
|
141 |
gr.Interface(
|
142 |
process,
|
|
|
146 |
title=title,
|
147 |
description=description,
|
148 |
article=article,
|
149 |
+
examples=[],
|
150 |
allow_flagging=False,
|
151 |
allow_screenshot=False
|
152 |
).launch(enable_queue=True,cache_examples=True)
|