Lllama0005 commited on
Commit
7384693
·
1 Parent(s): 8893a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def predict(inputtext):
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()
 
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()