Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import HfApi, whoami
|
3 |
from config import howManyModelsToUse,num_models,max_images,inference_timeout,MAX_SEED,thePrompt,preSetPrompt,negPreSetPrompt
|
|
|
4 |
import asyncio
|
5 |
import os
|
6 |
import pandas as pd
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import HfApi, whoami
|
3 |
from config import howManyModelsToUse,num_models,max_images,inference_timeout,MAX_SEED,thePrompt,preSetPrompt,negPreSetPrompt
|
4 |
+
from all_models import models
|
5 |
import asyncio
|
6 |
import os
|
7 |
import pandas as pd
|