Songwei Ge commited on
Commit
51be712
1 Parent(s): 9d776c8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def main():
28
  model = RegionDiffusion(device)
29
 
30
  def generate(
31
- json.loads(text_input): str,
32
  negative_text: str,
33
  height: int,
34
  width: int,
 
28
  model = RegionDiffusion(device)
29
 
30
  def generate(
31
+ text_input: str,
32
  negative_text: str,
33
  height: int,
34
  width: int,