Commit 673d890c authored by Mahima Induvara's avatar Mahima Induvara

Add python library called "speech_recognition"

parent f6d0e972
......@@ -20,7 +20,7 @@ class MainActivity : AppCompatActivity() {
setContentView(R.layout.activity_chatbot_main)
val retrofit = Retrofit.Builder()
.baseUrl("http://192.168.8.101:5000/")
.baseUrl("http://192.168.8.101:5000")
.addConverterFactory(GsonConverterFactory.create())
.build()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment