mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-11 11:51:53 +08:00
update git ignore
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
**/__pychache__
|
||||
.idea
|
||||
*.json
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
@@ -1,13 +1,4 @@
|
||||
from flask import g
|
||||
from flask import session
|
||||
import os
|
||||
import googleapiclient.discovery
|
||||
from story.utils import *
|
||||
from google.cloud import storage
|
||||
import json
|
||||
from flask import Flask, render_template, request, abort
|
||||
from generator import StoryGenerator
|
||||
import gpt2.src.encoder as encoder
|
||||
|
||||
# Model/Cache Info
|
||||
storage_client = storage.Client()
|
||||
Reference in New Issue
Block a user