JohannesK14 commited on
Commit
c371e3f
·
1 Parent(s): d21555b

print gradio version

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -60,6 +60,8 @@ Images are resized to fit within a maximum size of 2048x2048 pixels with maintai
60
  </div>
61
  """
62
 
 
 
63
  model = vgg_hyper(Path("./weights_ripe.pth"))
64
 
65
 
 
60
  </div>
61
  """
62
 
63
+ print(f"Gradio version{gr.__version__}")
64
+
65
  model = vgg_hyper(Path("./weights_ripe.pth"))
66
 
67