ducngg commited on
Commit
f1c5a5b
1 Parent(s): 087eb84

feat: Update to lighter and better version: Version 4

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ inputs = [
33
 
34
  outputs = gr.Textbox()
35
 
36
- title = "Racist model v3"
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)]