Baptlem commited on
Commit
be5cb04
1 Parent(s): 5e4a2d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ high_threshold = 200
76
 
77
  print(os.path.abspath('.'))
78
  print(os.listdir("."))
79
-
80
  # pipe.enable_xformers_memory_efficient_attention()
81
  # pipe.enable_model_cpu_offload()
82
  # pipe.enable_attention_slicing()
 
76
 
77
  print(os.path.abspath('.'))
78
  print(os.listdir("."))
79
+ print("Gradio version:", gr.__version__)
80
  # pipe.enable_xformers_memory_efficient_attention()
81
  # pipe.enable_model_cpu_offload()
82
  # pipe.enable_attention_slicing()