Spaces:
Runtime error
Runtime error
Commit
·
a5dfc97
1
Parent(s):
4340f13
Update app.py
Browse files
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,
|