zseid
commited on
Commit
•
37e8496
1
Parent(s):
6ffaa46
add accelerate, remove shared
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -233,4 +233,4 @@ if __name__=='__main__':
|
|
233 |
[jobInterface, affectInterface, jobInterfaceManual,toolInterface],
|
234 |
["Occupational Bias", "Adjectival Bias", "Prompt analysis",'FACIA model auditing'],
|
235 |
title = "Text-to-Image Bias Explorer"
|
236 |
-
).launch(
|
|
|
233 |
[jobInterface, affectInterface, jobInterfaceManual,toolInterface],
|
234 |
["Occupational Bias", "Adjectival Bias", "Prompt analysis",'FACIA model auditing'],
|
235 |
title = "Text-to-Image Bias Explorer"
|
236 |
+
).launch()
|
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ git+https://github.com/TRSS-Research/SAAC.git
|
|
2 |
gradio
|
3 |
transformers
|
4 |
diffusers
|
5 |
-
torch
|
|
|
|
2 |
gradio
|
3 |
transformers
|
4 |
diffusers
|
5 |
+
torch
|
6 |
+
accelerate
|