Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio
|
|
3 |
model_interfaces = gradio.Interface.load("models/andite/anything-v4.0")
|
4 |
|
5 |
sandbox = gradio.Interface(
|
6 |
-
fn=process_prompt,
|
7 |
inputs=[gradio.Textbox(label="Enter Prompt:")],
|
8 |
outputs=[gradio.Image(label="Produced Image")],
|
9 |
title="Text to Image",
|
|
|
3 |
model_interfaces = gradio.Interface.load("models/andite/anything-v4.0")
|
4 |
|
5 |
sandbox = gradio.Interface(
|
6 |
+
#fn=process_prompt,
|
7 |
inputs=[gradio.Textbox(label="Enter Prompt:")],
|
8 |
outputs=[gradio.Image(label="Produced Image")],
|
9 |
title="Text to Image",
|