chrisjay commited on
Commit
1ce34be
1 Parent(s): 083d1d0

initial files

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import os
2
  import gradio as gr
3
 
4
 
5
- HF_TOKEN = os.environ.get("HF_TOKEN")
6
- print("is none?", HF_TOKEN is None)
7
 
8
  def get_record(language,text,record):
9
  # Save text and its corresponding record to flag
 
2
  import gradio as gr
3
 
4
 
5
+ #HF_TOKEN = os.environ.get("HF_TOKEN")
6
+ #print("is none?", HF_TOKEN is None)
7
 
8
  def get_record(language,text,record):
9
  # Save text and its corresponding record to flag