Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -144,11 +144,11 @@ with block:
|
|
144 |
|
145 |
with gr.Tab("version four"):
|
146 |
with gr.Row():
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
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")
|