manikanta commited on
Commit
846ccba
1 Parent(s): 8532ec3
Files changed (1) hide show
  1. app.py +2 -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
@@ -134,4 +134,5 @@ iface = gr.Interface(
134
  )
135
 
136
  # Launch the Gradio interface
 
137
  iface.launch(share=True,debug=True)
 
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
 
134
  )
135
 
136
  # Launch the Gradio interface
137
+
138
  iface.launch(share=True,debug=True)