Spaces:
Build error
Build error
Commit ·
b0746a2
1
Parent(s): 46193e2
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()
|
|
|
|
| 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")
|