ThomasSimonini HF staff commited on
Commit
c3c7548
1 Parent(s): 59d1d33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,5 +52,5 @@ agent2 = gr.Interface(load_agent, gr.Textbox(
52
 
53
 
54
 
55
- #gr.Series(agent1, agent2).launch()
56
 
 
52
 
53
 
54
 
55
+ gr.Series(agent1, agent2).launch()
56