Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,6 @@ demo = gr.Interface(
|
|
| 67 |
examples=example_urls, # This adds buttons below the input box
|
| 68 |
allow_flagging="never" # ✅ correct in Gradio 4.x
|
| 69 |
)
|
| 70 |
-
)
|
| 71 |
|
| 72 |
if __name__ == "__main__":
|
| 73 |
demo.launch(mcp_server=True)
|
|
|
|
| 67 |
examples=example_urls, # This adds buttons below the input box
|
| 68 |
allow_flagging="never" # ✅ correct in Gradio 4.x
|
| 69 |
)
|
|
|
|
| 70 |
|
| 71 |
if __name__ == "__main__":
|
| 72 |
demo.launch(mcp_server=True)
|