shrishivam2811 commited on
Commit
02437a6
·
verified ·
1 Parent(s): f1c99ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,6 +21,5 @@ def infer(original_image):
21
 
22
  iface = gr.Interface(
23
  fn=infer,
24
- title="Clarify",
25
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
26
  outputs="image").launch(enable_queue=True)
 
21
 
22
  iface = gr.Interface(
23
  fn=infer,
 
24
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
25
  outputs="image").launch(enable_queue=True)