Corianas commited on
Commit
4c6dd99
1 Parent(s): 13498f3

Update app.py

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