Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,4 @@ demo = gr.Interface(fn=greet,
|
|
94 |
description="Try to classify customer queries",
|
95 |
examples=[["I can't pay by my credit card"],["My card still hasn't been delivered"],["Can I track the card you sent to me?"]])
|
96 |
|
97 |
-
demo.launch(
|
|
|
94 |
description="Try to classify customer queries",
|
95 |
examples=[["I can't pay by my credit card"],["My card still hasn't been delivered"],["Can I track the card you sent to me?"]])
|
96 |
|
97 |
+
demo.launch()
|