Spaces:
Build error
Build error
Commit ·
d20d42a
1
Parent(s): 55cd1ee
Update app.py
Browse files
app.py
CHANGED
|
@@ -187,6 +187,6 @@ def Detection(index):
|
|
| 187 |
|
| 188 |
|
| 189 |
import gradio as gr
|
| 190 |
-
iface = gr.Interface(fn=Detection, inputs=gr.Textbox(lines=2,placeholder="News
|
| 191 |
|
| 192 |
iface.launch()
|
|
|
|
| 187 |
|
| 188 |
|
| 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()
|