Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ css = """
|
|
| 39 |
|
| 40 |
gr.Interface(fn=predict,
|
| 41 |
theme="default",
|
| 42 |
-
inputs=[gr.inputs.
|
| 43 |
outputs=["html", "state"],
|
| 44 |
css=css).launch()
|
| 45 |
|
|
|
|
| 39 |
|
| 40 |
gr.Interface(fn=predict,
|
| 41 |
theme="default",
|
| 42 |
+
inputs=[gr.inputs.Textbox(placeholder="How are you?"), "state"],
|
| 43 |
outputs=["html", "state"],
|
| 44 |
css=css).launch()
|
| 45 |
|