Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@ def predict(input_img):
|
|
| 9 |
|
| 10 |
gradio_app = gr.Interface(
|
| 11 |
predict,
|
| 12 |
-
inputs=gr.
|
| 13 |
-
outputs=
|
| 14 |
title="Image Generator",
|
| 15 |
)
|
| 16 |
|
|
|
|
| 9 |
|
| 10 |
gradio_app = gr.Interface(
|
| 11 |
predict,
|
| 12 |
+
inputs=gr.Textbox(),
|
| 13 |
+
outputs=gr.Image(label="Processed Image"),
|
| 14 |
title="Image Generator",
|
| 15 |
)
|
| 16 |
|