Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bgpbimsara
/
testspace
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kalpapathiraja
commited on
Apr 2, 2024
Commit
cec58c7
·
verified
·
1 Parent(s):
33d9fa1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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"