Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -143,18 +143,12 @@ 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.Markdown("""
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
* happier faces
|
153 |
-
* reduced childish eyes effect
|
154 |
-
* reduced stubble on feminine faces
|
155 |
-
* increased temporal stability on videos
|
156 |
-
* reduced mouth\teeth artifacts
|
157 |
-
""")
|
158 |
with gr.Row():
|
159 |
facepaint4 = gr.inputs.Image(type="pil",shape=(512,512))
|
160 |
faceout4 = gr.outputs.Image(type="pil")
|
|
|
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.Markdown("""
|
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")
|