CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
ordlibrary
/
web3gpt
source
Hugging Face
updated 1y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
app.py
app.py
6 lines
Copy path
Download
Raw
Back to root
1
import gradio as gr
2
3
gr.load(
4
"models/ordlibrary/web3gpt",
5
provider="fal-ai",
6
).launch()