AMfeta99 commited on
Commit
43b06bc
·
verified ·
1 Parent(s): 91bb920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ class TextToImageTool(Tool):
10
 
11
  inputs = {
12
  "prompt": {
13
- "type": "str",
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
  }