JG1310 commited on
Commit
9673562
·
verified ·
1 Parent(s): 266fcb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -436,4 +436,5 @@ demo = gr.TabbedInterface(
436
  )
437
 
438
  if __name__ == "__main__":
 
439
  demo.launch(mcp_server=True)
 
436
  )
437
 
438
  if __name__ == "__main__":
439
+ print(f"Gradio version: {gr.__version__}")
440
  demo.launch(mcp_server=True)