Yaron Koresh commited on
Commit
01fba5f
·
verified ·
1 Parent(s): 15f60a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -77,7 +77,7 @@ def generate_random_string(length):
77
  characters = string.ascii_letters + string.digits
78
  return ''.join(random.choice(characters) for _ in range(length))
79
 
80
- @spaces.GPU(duration=30)
81
  def Piper(_do):
82
  try:
83
  retu = pipe(
@@ -161,9 +161,6 @@ with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
161
  with gr.Row():
162
  result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
163
  result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
164
- with gr.Row():
165
- result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
166
- result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
167
 
168
  def _ret(idx,p1):
169
  print(f'Starting {idx}: {p1}')
 
77
  characters = string.ascii_letters + string.digits
78
  return ''.join(random.choice(characters) for _ in range(length))
79
 
80
+ @spaces.GPU(duration=25)
81
  def Piper(_do):
82
  try:
83
  retu = pipe(
 
161
  with gr.Row():
162
  result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
163
  result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
 
 
 
164
 
165
  def _ret(idx,p1):
166
  print(f'Starting {idx}: {p1}')