tomas-gajarsky commited on
Commit
8f4f456
·
1 Parent(s): 2398e1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ article = "<p style='text-align: center'><a href='https://github.com/tomas-gajar
30
  demo=gr.Interface(
31
  inference,
32
  [gr.inputs.Image(label="Input", type="filepath")],
33
- [gr.outputs.Image(type="pil", label="Output"), gr.outputs.Textbox(label="Response", max_lines=200)],
34
  title=title,
35
  description=description,
36
  article=article,
 
30
  demo=gr.Interface(
31
  inference,
32
  [gr.inputs.Image(label="Input", type="filepath")],
33
+ [gr.outputs.Image(type="pil", label="Output"), gr.outputs.Textbox(label="Response")],
34
  title=title,
35
  description=description,
36
  article=article,