LoRDxdd's picture
Add gpt4free API for Hugging Face
a4b70d9
from flask import Flask
def create_app() -> Flask:
app = Flask(__name__)
return app