kfahn commited on
Commit
49fc3bc
1 Parent(s): 3dd4fc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ title="Image to Coloring Page Generator"
123
 
124
 
125
  iface = gr.Interface(predict, [gr.inputs.Image(type='filepath')],
126
- #gr.inputs.Radio(['Complex Lines'], type="value", default='Complex Lines', label='version')],
127
  gr.outputs.Image(type="pil"))
128
 
129
  iface.launch()
 
123
 
124
 
125
  iface = gr.Interface(predict, [gr.inputs.Image(type='filepath')],
126
+ gr.inputs.Radio(['Complex Lines'], type="value", default='Complex Lines', label='version')],
127
  gr.outputs.Image(type="pil"))
128
 
129
  iface.launch()