Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,6 @@ def outputProducer(stringG):
|
|
4 |
return str(1)
|
5 |
demo = gr.Interface(fn=outputProducer,
|
6 |
inputs = [gr.Textbox()],
|
7 |
-
outputs [gr.Textbox()],
|
8 |
title = 'Simplify')
|
9 |
gr.launch()
|
|
|
4 |
return str(1)
|
5 |
demo = gr.Interface(fn=outputProducer,
|
6 |
inputs = [gr.Textbox()],
|
7 |
+
outputs= [gr.Textbox()],
|
8 |
title = 'Simplify')
|
9 |
gr.launch()
|