ziffir commited on
Commit
d1cff1c
1 Parent(s): c1b6a1d

Upload 2 files

Browse files
Files changed (2) hide show
  1. app (1).py +3 -0
  2. requirements.txt +2 -0
app (1).py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("models/describeai/gemini").launch()
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ google-generativeai==0.3.1
2
+ gradio