Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
106 |
txt = gr.Textbox(
|
107 |
show_label=False,
|
108 |
placeholder="Enter text and press enter, or upload an image",
|
109 |
-
)
|
110 |
|
111 |
|
112 |
# iface = gr.Interface(
|
|
|
106 |
txt = gr.Textbox(
|
107 |
show_label=False,
|
108 |
placeholder="Enter text and press enter, or upload an image",
|
109 |
+
)
|
110 |
|
111 |
|
112 |
# iface = gr.Interface(
|