taehan5479 commited on
Commit
06acc15
·
1 Parent(s): 8539f2f

🚧 HuggingFace Gradio Test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ demo = gr.Interface(
36
  ],
37
  outputs=gr.Image(type="pil"),
38
  title="Ultrasound to Baby Face Generator",
39
- description="Upload an ultrasound image to generate a baby face.",
40
  )
41
 
42
  demo.launch(share=True)
 
36
  ],
37
  outputs=gr.Image(type="pil"),
38
  title="Ultrasound to Baby Face Generator",
39
+ description="Upload an ultrasound image to generate a baby face.",
40
  )
41
 
42
  demo.launch(share=True)