kalpapathiraja commited on
Commit
cec58c7
·
verified ·
1 Parent(s): 33d9fa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  def process(text1):
4
  return "this is "+text1+" after prompted"
 
1
  import gradio as gr
2
+ import google.generativeai as genai
3
 
4
  def process(text1):
5
  return "this is "+text1+" after prompted"