Spaces:
Paused
Paused
Update app.py
Browse filespointing to https://huggingface.co/ckpt/anything-v4.0
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio
|
2 |
|
3 |
-
model_interfaces = gradio.Interface.load("models/
|
4 |
|
5 |
def process_prompt(prompt):
|
6 |
prompt=prompt.lower()
|
|
|
1 |
import gradio
|
2 |
|
3 |
+
model_interfaces = gradio.Interface.load("models/ckpt/anything-v4.0")
|
4 |
|
5 |
def process_prompt(prompt):
|
6 |
prompt=prompt.lower()
|