Yin Fang commited on
Commit
366aa69
Β·
1 Parent(s): 000e1c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -88,8 +88,7 @@ def gen_process(gen_input):
88
  )
89
 
90
  return "\n".join(gen_output), gen_output_image
91
-
92
-
93
 
94
  def opt_process(opt_input):
95
 
 
88
  )
89
 
90
  return "\n".join(gen_output), gen_output_image
91
+
 
92
 
93
  def opt_process(opt_input):
94