Shreyansh49 commited on
Commit
b0746a2
·
1 Parent(s): 46193e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,4 +189,4 @@ def Detection(index):
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()
 
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(auth = ('user' , 'hackstomp2k23'), auth_message="Enter Username and password shared with you")