Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,8 @@ import random
|
|
6 |
#import transformers
|
7 |
#from transformers import pipeline
|
8 |
|
|
|
|
|
9 |
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
10 |
|
11 |
# Initialize paths and model identifiers for easy configuration and maintenance
|
|
|
6 |
#import transformers
|
7 |
#from transformers import pipeline
|
8 |
|
9 |
+
gr.themes.builder()
|
10 |
+
|
11 |
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
12 |
|
13 |
# Initialize paths and model identifiers for easy configuration and maintenance
|