Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
d894966
1
Parent(s):
f1d72e1
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.108
|
|
55 |
|
56 |
gr.Interface(
|
57 |
inference,
|
58 |
-
[gr.inputs.Image(type="pil", label="Input"),
|
59 |
gr.outputs.Image(type="file", label="Output"),
|
60 |
title=title,
|
61 |
description=description,
|
|
|
55 |
|
56 |
gr.Interface(
|
57 |
inference,
|
58 |
+
[gr.inputs.Image(type="pil", label="Input"),gr.inputs.Radio(["base","anime"], type="value", default="base", label="model type")],
|
59 |
gr.outputs.Image(type="file", label="Output"),
|
60 |
title=title,
|
61 |
description=description,
|