Corianas commited on
Commit
e90b9d0
·
1 Parent(s): 4c6dd99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  from model import GPTConfig, GPT
3
  import torch
4
  from contextlib import nullcontext
 
5
 
6
  def remove_caseifer(text):
7
  new_text = ""
 
2
  from model import GPTConfig, GPT
3
  import torch
4
  from contextlib import nullcontext
5
+ import os
6
 
7
  def remove_caseifer(text):
8
  new_text = ""