Ahsen Khaliq commited on
Commit
d894966
1 Parent(s): f1d72e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),gradio.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,
 
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,