jpterry commited on
Commit
520d2ff
·
1 Parent(s): 1e36175

added print

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -231,6 +231,8 @@ def predict_and_analyze(model_name, num_channels, dim, input_channel, image):
231
 
232
  model = cached_download(hf_hub_url(model_loading_name, filename="pytorch_model.bin"))
233
 
 
 
234
  # model = EfficientNetPreTrained(config)
235
  # config.register_for_auto_class()
236
  # model.register_for_auto_class("AutoModelForImageClassification")
 
231
 
232
  model = cached_download(hf_hub_url(model_loading_name, filename="pytorch_model.bin"))
233
 
234
+ print(model)
235
+
236
  # model = EfficientNetPreTrained(config)
237
  # config.register_for_auto_class()
238
  # model.register_for_auto_class("AutoModelForImageClassification")