akhaliq HF staff commited on
Commit
8d4d105
1 Parent(s): 3b8749f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -144,11 +144,11 @@ with block:
144
 
145
  with gr.Tab("version four"):
146
  with gr.Row():
147
- gr.Markdown("""
148
- # Detect Disease From Scan
149
- With this model you can lorem ipsum
150
- - ipsum 1
151
- - ipsum 2
152
  """)
153
  facepaint4 = gr.inputs.Image(type="pil",shape=(512,512))
154
  faceout4 = gr.outputs.Image(type="pil")
 
144
 
145
  with gr.Tab("version four"):
146
  with gr.Row():
147
+ gr.Markdown("""
148
+ # Detect Disease From Scan
149
+ With this model you can lorem ipsum
150
+ - ipsum 1
151
+ - ipsum 2
152
  """)
153
  facepaint4 = gr.inputs.Image(type="pil",shape=(512,512))
154
  faceout4 = gr.outputs.Image(type="pil")