yizhangliu commited on
Commit
b5bbd1f
1 Parent(s): c8cb9bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ interface.launch(share=True)
277
 
278
  # gr.Interface(fn=predict, inputs="image", outputs="image").launch(share=True)
279
 
280
- image = gr.inputs.Image(source='upload', tool='sketch', type="pil", label="Upload")# .style(height=400)
281
  image_blocks = gr.Interface(
282
  fn=predict,
283
  inputs=image,
 
277
 
278
  # gr.Interface(fn=predict, inputs="image", outputs="image").launch(share=True)
279
 
280
+ image = gr.Image(source='upload', tool='sketch', type="pil", label="Upload")# .style(height=400)
281
  image_blocks = gr.Interface(
282
  fn=predict,
283
  inputs=image,