awacke1 commited on
Commit
1b94bac
·
verified ·
1 Parent(s): 8092d9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -138,11 +138,6 @@ with gr.Blocks() as demo:
138
  def step2(x):
139
  return x * 2
140
 
141
- gr.Series(
142
- gr.Interface(fn=step1, inputs="number", outputs="number"),
143
- gr.Interface(fn=step2, inputs="number", outputs="number")
144
- )
145
-
146
  # 24. 🏎️ Parallel - Multitasking: the art of messing up several things simultaneously
147
  gr.Parallel(
148
  gr.Interface(fn=lambda x: f"Path A: {x.upper()}", inputs="text", outputs="text"),
 
138
  def step2(x):
139
  return x * 2
140
 
 
 
 
 
 
141
  # 24. 🏎️ Parallel - Multitasking: the art of messing up several things simultaneously
142
  gr.Parallel(
143
  gr.Interface(fn=lambda x: f"Path A: {x.upper()}", inputs="text", outputs="text"),