whate commited on
Commit
7afd1ce
·
verified ·
1 Parent(s): e4b19ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import gradio as gr
2
- import aiml
3
  import os
4
  os.system("pip install python-aiml")
 
 
5
  kernel = aiml.Kernel()
6
 
7
 
 
1
  import gradio as gr
 
2
  import os
3
  os.system("pip install python-aiml")
4
+ import aiml
5
+
6
  kernel = aiml.Kernel()
7
 
8