Update app.py
Browse files
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()
|