Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,17 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
-
import argparse
|
4 |
import os
|
5 |
-
|
6 |
-
import gradio as gr
|
7 |
-
import huggingface_hub
|
8 |
-
import numpy as np
|
9 |
-
import onnxruntime as rt
|
10 |
-
import pandas as pd
|
11 |
-
from PIL import Image
|
12 |
-
import spaces
|
13 |
-
|
14 |
-
|
15 |
|
16 |
# Daftar model dan ControlNet
|
17 |
models = ["Model A", "Model B", "Model C"]
|
|
|
1 |
import gradio as gr
|
|
|
|
|
2 |
import os
|
3 |
+
import modules.wdtagger
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
# Daftar model dan ControlNet
|
6 |
models = ["Model A", "Model B", "Model C"]
|