Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lordofc
/
gpt
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gpt
/
gpt4free
/
g4f
/
gui
/
server
/
app.py
LoRDxdd
Add gpt4free API for Hugging Face
a4b70d9
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
92 Bytes
from
flask
import
Flask
def
create_app
() -> Flask:
app = Flask(__name__)
return
app