Spaces:
Runtime error
Runtime error
Fix typo (#3)
Browse files- Fix typo (0274e1e400531cc61779c299ecbd537bdaac870b)
Co-authored-by: Gordon <GordonM@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -100,7 +100,7 @@ gr.Interface(
|
|
| 100 |
gr.outputs.Image(
|
| 101 |
type="pil",
|
| 102 |
label="segmentation results"),
|
| 103 |
-
gr.Textbox(label="text
|
| 104 |
gr.outputs.Image(
|
| 105 |
type="pil",
|
| 106 |
label="editing results"),
|
|
|
|
| 100 |
gr.outputs.Image(
|
| 101 |
type="pil",
|
| 102 |
label="segmentation results"),
|
| 103 |
+
gr.Textbox(label="text results"),
|
| 104 |
gr.outputs.Image(
|
| 105 |
type="pil",
|
| 106 |
label="editing results"),
|