Spaces:
Runtime error
Runtime error
Commit
·
40b7395
1
Parent(s):
37c4f21
Update app.py
Browse files
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()
|