manikanta commited on
Commit
de52dfd
1 Parent(s): e1cb860
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,11 +125,11 @@ def cellsegmentor(img):
125
 
126
  # Create a Gradio interface
127
  iface = gr.Interface(
128
- title="Web based application for Enhanced Cell Segmentation through Integrated Spatial Transformer Networks in U-Net.",
129
  fn=cellsegmentor,
130
  inputs=gr.Image(), # Input: microscopic cell image
131
  outputs=gr.Image(), # Output: Segmented image
132
- live=True,
133
 
134
  )
135
 
 
125
 
126
  # Create a Gradio interface
127
  iface = gr.Interface(
128
+ title="Enhanced Cell Segmentation through Spatial Transformer Networks in U-Net.",
129
  fn=cellsegmentor,
130
  inputs=gr.Image(), # Input: microscopic cell image
131
  outputs=gr.Image(), # Output: Segmented image
132
+ # live=True,
133
 
134
  )
135