Spaces:
Build error
Build error
Commit ·
c871f51
1
Parent(s): b0746a2
Update app.py
Browse files
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' , '
|
|
|
|
| 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")
|