Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def ask_ai(query):
|
|
72 |
|
73 |
iface = gr.Interface(fn=ask_ai, inputs="text", outputs="text", title="The following is a conversation with a human called Shegardi. Shegardi is helpful, precise, truthful, and very friendly. Also, Shegardi is an employee of Warba Bank, located in Kuwait. Shegardi will only use the information provided to him. ",
|
74 |
description="Enter a question and get an answer from Shegardi.")
|
75 |
-
iface.launch(
|
76 |
|
77 |
|
78 |
|
|
|
72 |
|
73 |
iface = gr.Interface(fn=ask_ai, inputs="text", outputs="text", title="The following is a conversation with a human called Shegardi. Shegardi is helpful, precise, truthful, and very friendly. Also, Shegardi is an employee of Warba Bank, located in Kuwait. Shegardi will only use the information provided to him. ",
|
74 |
description="Enter a question and get an answer from Shegardi.")
|
75 |
+
iface.launch()
|
76 |
|
77 |
|
78 |
|