gpt4free/g4f/gui/server/app.py

3 lines
82 B
Python
Raw Normal View History

2023-10-06 14:52:17 -04:00
from flask import Flask
app = Flask(__name__, template_folder='./../client/html')