Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ model = gr.load("models/stablediffusionapi/juggernaut-xl-v5")
|
|
| 6 |
# Customize the interface
|
| 7 |
iface = gr.Interface(
|
| 8 |
fn=model,
|
| 9 |
-
title="
|
| 10 |
description="",
|
| 11 |
inputs="text",
|
| 12 |
outputs="image", # Set outputs to "image" for image output
|
|
|
|
| 6 |
# Customize the interface
|
| 7 |
iface = gr.Interface(
|
| 8 |
fn=model,
|
| 9 |
+
title="",
|
| 10 |
description="",
|
| 11 |
inputs="text",
|
| 12 |
outputs="image", # Set outputs to "image" for image output
|