chowsonice commited on
Commit
4b5e0b7
1 Parent(s): 2f1f1d7
Files changed (2) hide show
  1. app.py +0 -10
  2. requirements.txt +2 -1
app.py CHANGED
@@ -1,14 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
- """writing-assistant.py
3
 
4
- Automatically generated by Colaboratory.
5
-
6
- Original file is located at
7
- https://colab.research.google.com/drive/1S6Xlsr139K5Z0lkdRudZcaatCiTnoiFZ
8
- """
9
-
10
- # !pip install gradio==3.48.0
11
- # !pip install openai
12
 
13
  import os
14
  import gradio as gr
 
 
 
1
 
 
 
 
 
 
 
 
 
2
 
3
  import os
4
  import gradio as gr
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  openai
2
- gradio
 
 
1
  openai
2
+ gradio
3
+ tiktoken