Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -172,5 +172,5 @@ if __name__ == "__main__":
|
|
| 172 |
highlighted_answer = highlight_text(response["answer"], response["highlight_start"], response["highlight_end"])
|
| 173 |
return highlighted_answer
|
| 174 |
|
| 175 |
-
demo = gr.ChatInterface(fn=chat_interface, title="Thai Question Answering System
|
| 176 |
demo.launch()
|
|
|
|
| 172 |
highlighted_answer = highlight_text(response["answer"], response["highlight_start"], response["highlight_end"])
|
| 173 |
return highlighted_answer
|
| 174 |
|
| 175 |
+
demo = gr.ChatInterface(fn=chat_interface, title="CE66-04: Thai Question Answering System by using Deep Learning")
|
| 176 |
demo.launch()
|