Spaces:
Sleeping
Sleeping
Commit
·
06acc15
1
Parent(s):
8539f2f
🚧 HuggingFace Gradio Test
Browse files
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)
|