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

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(auth = ('user' , 'hackstomp2k23'), auth_message="Enter Username and password shared with you")
 
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' , 'sakec'), auth_message="Enter Username and password shared with you")