fffiloni commited on
Commit
9a3b0ec
·
verified ·
1 Parent(s): ef26b19

Update simple_app.py

Browse files
Files changed (1) hide show
  1. simple_app.py +1 -1
simple_app.py CHANGED
@@ -9,7 +9,7 @@ snapshot_download(
9
  )
10
 
11
  def infer(prompt):
12
- prompt = ""Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage.""
13
 
14
  command = [
15
  "python", "-m", "generate.py",
 
9
  )
10
 
11
  def infer(prompt):
12
+ prompt = "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage."
13
 
14
  command = [
15
  "python", "-m", "generate.py",