arjunanand13 commited on
Commit
a6f37fd
·
verified ·
1 Parent(s): a5c9a00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,4 +1,7 @@
1
  import gradio as gr
 
 
 
2
  import os
3
  api_token = os.getenv("HF_TOKEN")
4
 
 
1
  import gradio as gr
2
+ # Print the version of Gradio
3
+ print("Gradio version:", gr.__version__)
4
+
5
  import os
6
  api_token = os.getenv("HF_TOKEN")
7