redpeacock78 commited on
Commit
40b7395
·
1 Parent(s): 37c4f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import gradio as gr
2
 
3
  gr.Interface.load("models/Linaqruf/anything-v3.0",
4
- inputs=gr.Textbox(label="Prompt"),
5
- inputs=gr.Textbox(label="Negative Prompt")
6
  ).launch()
 
1
  import gradio as gr
2
 
3
  gr.Interface.load("models/Linaqruf/anything-v3.0",
4
+ inputs=[gr.Textbox(label="Prompt"), gr.Textbox(label="Negative Prompt")]
 
5
  ).launch()