Firefly777a commited on
Commit
f593a0f
·
1 Parent(s): 2c0e04f

debugging gradio version

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ nltk.download('punkt')
6
  import gradio as gr
7
  from transformers import pipeline, AutoTokenizer, AutoModelForSeq2SeqLM
8
 
 
 
9
  # A folderpath for where the examples are stored
10
  EXAMPLES_FOLDER_NAME = "examples"
11
 
 
6
  import gradio as gr
7
  from transformers import pipeline, AutoTokenizer, AutoModelForSeq2SeqLM
8
 
9
+ print(gr.__version__)
10
+
11
  # A folderpath for where the examples are stored
12
  EXAMPLES_FOLDER_NAME = "examples"
13