blogclif commited on
Commit
bf324e9
1 Parent(s): 70c8ae6

Update app.py

Browse files

pointing to https://huggingface.co/ckpt/anything-v4.0

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio
2
 
3
- model_interfaces = gradio.Interface.load("models/andite/anything-v4.0")
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()