made some changes

This commit is contained in:
Nick
2019-09-10 14:00:55 -06:00
parent 61d0cd77cc
commit fe4792df8f
30 changed files with 100 additions and 20 deletions
+1 -7
View File
@@ -1,17 +1,11 @@
import datetime
from flask import g
from flask import session
import os
import googleapiclient.discovery
from utils import *
from story.utils import *
from google.cloud import storage
from google import cloud
import json
from flask import Flask, render_template, request, abort
from flask import Response
import requests
import pdb
import sys
from generator import StoryGenerator
import gpt2.src.encoder as encoder