praneela commited on
Commit
41e3176
1 Parent(s): f37ec40

Create check.py

Browse files
Files changed (1) hide show
  1. check.py +4 -0
check.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ # Print Gradio version
4
+ print("Gradio version:", gr.__version__)