aneesarom commited on
Commit
dba215b
·
verified ·
1 Parent(s): 827f06c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)