azaninello commited on
Commit
a5dfc97
·
1 Parent(s): 4340f13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ demo.launch()
22
  demo2 = gr.Textbox(fn=upper, inputs='text', outputs='text')
23
  demo2.launch()
24
 
 
25
  '''
26
  demo = gr.Interface(
27
  sentence_builder,
 
22
  demo2 = gr.Textbox(fn=upper, inputs='text', outputs='text')
23
  demo2.launch()
24
 
25
+
26
  '''
27
  demo = gr.Interface(
28
  sentence_builder,