Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def predict(input_img):
|
|
9 |
|
10 |
gradio_app = gr.Interface(
|
11 |
predict,
|
12 |
-
inputs="textbox",
|
13 |
outputs="text",
|
14 |
title="Text-generation",
|
15 |
)
|
|
|
9 |
|
10 |
gradio_app = gr.Interface(
|
11 |
predict,
|
12 |
+
inputs="textbox",
|
13 |
outputs="text",
|
14 |
title="Text-generation",
|
15 |
)
|