Spaces:
Runtime error
Runtime error
Commit ·
7384693
1
Parent(s): 8893a45
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def predict(inputtext):
|
|
| 22 |
|
| 23 |
gr.Interface(
|
| 24 |
predict,
|
| 25 |
-
inputs=gr.inputs.
|
| 26 |
outputs=gr.outputs.Label(),
|
| 27 |
title="Hot Dog? Or Not?",
|
| 28 |
).launch()
|
|
|
|
| 22 |
|
| 23 |
gr.Interface(
|
| 24 |
predict,
|
| 25 |
+
inputs=gr.inputs.Textbox(label="Text"),
|
| 26 |
outputs=gr.outputs.Label(),
|
| 27 |
title="Hot Dog? Or Not?",
|
| 28 |
).launch()
|