Shreyansh49 commited on
Commit
52efcd7
·
1 Parent(s): b2d3b44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -188,4 +188,5 @@ def Detection(index):
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
  iface.launch()
 
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()