Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
akhaliq/anychat
vuxuanhoan
/
anychat
like
0
Runtime error
App
Files
Files
Community
akhaliq
HF staff
commited on
11 days ago
Commit
b3b66bf
•
1 Parent(s):
c2b3623
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import gradio as gr
2
+
import gemini_gradio
3
+
4
+
gr.load(
5
+
name='gemini-1.5-pro-002',
6
+
src=gemini_gradio.registry,
7
+
).launch()