akhaliq HF Staff commited on
Commit
fd17aea
·
1 Parent(s): b5d53fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -12
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("""ArcaneGAN v0.4
147
-
148
- The main differences are:
149
-
150
- * lighter styling (closer to original input)
151
- * sharper result
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")