Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ play_game_gr = gradio.Interface(
|
|
| 48 |
)
|
| 49 |
|
| 50 |
generate_image_prompt_gr = gradio.Interface(
|
| 51 |
-
fn=
|
| 52 |
inputs=["text","text", "text"],
|
| 53 |
outputs="text",
|
| 54 |
title="Generate prompt for image",
|
|
|
|
| 48 |
)
|
| 49 |
|
| 50 |
generate_image_prompt_gr = gradio.Interface(
|
| 51 |
+
fn=generate_image_prompt,
|
| 52 |
inputs=["text","text", "text"],
|
| 53 |
outputs="text",
|
| 54 |
title="Generate prompt for image",
|