Update app.py
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ iface = gr.Interface(
|
|
| 159 |
# inputs="text",
|
| 160 |
fn=process,
|
| 161 |
# inputs="text",
|
| 162 |
-
inputs=gr.
|
| 163 |
# inputs=gr.components.Textbox(
|
| 164 |
lines=1,
|
| 165 |
placeholder="Type or paste input here then click 'Submit'",
|
|
|
|
| 159 |
# inputs="text",
|
| 160 |
fn=process,
|
| 161 |
# inputs="text",
|
| 162 |
+
inputs=gr.Textbox(
|
| 163 |
# inputs=gr.components.Textbox(
|
| 164 |
lines=1,
|
| 165 |
placeholder="Type or paste input here then click 'Submit'",
|