g4f-demo2 / app.py
roxky's picture
Update app.py
57c2629 verified
raw
history blame
150 Bytes
import g4f.api
import g4f.Provider
class Feature()
pass
g4f.Provider.__map__["Feature"] = Feature
app = g4f.api.create_app_with_demo_and_debug()