Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -143,13 +143,13 @@ with block:
|
|
143 |
gr.Markdown("Gradio Demo for ArcaneGAN, portrait to Arcane style. To use it, simply upload your image. Try out the different versions by clicking on the tabs. Please use a cropped portrait picture for best results.")
|
144 |
|
145 |
with gr.Tab("version four"):
|
146 |
-
gr.
|
|
|
147 |
# Detect Disease From Scan
|
148 |
With this model you can lorem ipsum
|
149 |
- ipsum 1
|
150 |
- ipsum 2
|
151 |
-
|
152 |
-
with gr.Row():
|
153 |
facepaint4 = gr.inputs.Image(type="pil",shape=(512,512))
|
154 |
faceout4 = gr.outputs.Image(type="pil")
|
155 |
face_run = gr.Button("Run")
|
|
|
143 |
gr.Markdown("Gradio Demo for ArcaneGAN, portrait to Arcane style. To use it, simply upload your image. Try out the different versions by clicking on the tabs. Please use a cropped portrait picture for best results.")
|
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")
|
155 |
face_run = gr.Button("Run")
|