manikanta commited on
Commit
8532ec3
1 Parent(s): de52dfd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def cellsegmentor(img):
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
 
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