LPX55 commited on
Commit
63ebafe
·
1 Parent(s): 380e667

Add print statement in app.py to display Gradio version for debugging and information purposes.

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from sepia_tab import sepia_tab
12
  from space_loader_tab import gr_load_tab, iframe_loader_tab
13
 
14
  import json
 
15
 
16
  theme = gr.Theme.from_hub("LPX55/modal_ai")
17
 
 
12
  from space_loader_tab import gr_load_tab, iframe_loader_tab
13
 
14
  import json
15
+ print("Gradio version:", gradio.__version__)
16
 
17
  theme = gr.Theme.from_hub("LPX55/modal_ai")
18