Spaces:
Build error
Build error
Commit ·
52efcd7
1
Parent(s): b2d3b44
Update app.py
Browse files
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()
|