KenjieDec commited on
Commit
e28d517
·
verified ·
1 Parent(s): c197825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from network_fbcnn import FBCNN as net
10
  import requests
11
  import datetime
12
 
 
13
  for model_path in ['fbcnn_gray.pth','fbcnn_color.pth']:
14
  if os.path.exists(model_path):
15
  print(f'{model_path} exists.')
 
10
  import requests
11
  import datetime
12
 
13
+ print(gr.__version__)
14
  for model_path in ['fbcnn_gray.pth','fbcnn_color.pth']:
15
  if os.path.exists(model_path):
16
  print(f'{model_path} exists.')