Shreyansh49 commited on
Commit
d20d42a
·
1 Parent(s): 55cd1ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,6 +187,6 @@ def Detection(index):
187
 
188
 
189
  import gradio as gr
190
- iface = gr.Interface(fn=Detection, inputs=gr.Textbox(lines=2,placeholder="News id here"), outputs="label" , title = 'Hoaxie')
191
 
192
  iface.launch()
 
187
 
188
 
189
  import gradio as gr
190
+ iface = gr.Interface(fn=Detection, inputs=gr.Textbox(lines=2,placeholder="Enter News ID here:"), outputs="label" , title = 'Hoaxie')
191
 
192
  iface.launch()