Update app.py
Browse files
app.py
CHANGED
@@ -220,4 +220,4 @@ if __name__ == '__main__':
|
|
220 |
""")
|
221 |
|
222 |
iface = gr.Interface(fn=predict, inputs="text", outputs="text")
|
223 |
-
demo.launch(
|
|
|
220 |
""")
|
221 |
|
222 |
iface = gr.Interface(fn=predict, inputs="text", outputs="text")
|
223 |
+
demo.launch()
|