Spaces:
Sleeping
Sleeping
feat: Update to lighter and better version: Version 4
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ inputs = [
|
|
33 |
|
34 |
outputs = gr.Textbox()
|
35 |
|
36 |
-
title = "Racist model
|
37 |
|
38 |
SAMPLE_DIR = 'samples'
|
39 |
examples = [os.path.join(SAMPLE_DIR, path) for path in os.listdir(SAMPLE_DIR)]
|
|
|
33 |
|
34 |
outputs = gr.Textbox()
|
35 |
|
36 |
+
title = "Racist model v4"
|
37 |
|
38 |
SAMPLE_DIR = 'samples'
|
39 |
examples = [os.path.join(SAMPLE_DIR, path) for path in os.listdir(SAMPLE_DIR)]
|