Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ class TextToImageTool(Tool):
|
|
| 10 |
|
| 11 |
inputs = {
|
| 12 |
"prompt": {
|
| 13 |
-
"type": "
|
| 14 |
"description": "Text prompt to generate the image"
|
| 15 |
}
|
| 16 |
}
|
|
|
|
| 10 |
|
| 11 |
inputs = {
|
| 12 |
"prompt": {
|
| 13 |
+
"type": "string",
|
| 14 |
"description": "Text prompt to generate the image"
|
| 15 |
}
|
| 16 |
}
|