charliebaby2023 commited on
Commit
47c1984
·
verified ·
1 Parent(s): 3cc7736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from all_models import models
3
- from _prompt import thePrompt, howManyModelsToUse
4
  from externalmod import gr_Interface_load, save_image, randomize_seed
5
  import asyncio
6
  import os
@@ -9,8 +9,8 @@ from datetime import datetime
9
  import gradio as gr
10
  #anything but huggingface_hub==0.26.2 will result in token error
11
  from huggingface_hub import HfApi, whoami
12
-
13
-
14
 
15
 
16
 
 
1
  import gradio as gr
2
  from all_models import models
3
+ #from _prompt import thePrompt, howManyModelsToUse
4
  from externalmod import gr_Interface_load, save_image, randomize_seed
5
  import asyncio
6
  import os
 
9
  import gradio as gr
10
  #anything but huggingface_hub==0.26.2 will result in token error
11
  from huggingface_hub import HfApi, whoami
12
+ howManyModelsToUse = 20
13
+ thePrompt ="group of 3boys kissing in bathtub while interracial daddy gives a boy a handjob"
14
 
15
 
16