abdullah040 commited on
Commit
c388092
·
1 Parent(s): bfb0fd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
-
3
  def greet(name):
4
  return "Hello " + name + "!"
5
 
 
1
  import gradio as gr
2
+ import gpt4all
3
  def greet(name):
4
  return "Hello " + name + "!"
5