Spaces:
Build error
Build error
Commit ·
b2d3b44
1
Parent(s): 93a5a21
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,4 +188,4 @@ 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 |
+
iface.launch()
|