flagtech commited on
Commit
2ba5d08
·
verified ·
1 Parent(s): a4be345

fixed import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  from vertexai.preview import tokenization
 
2
 
3
  color_map = {
4
  '0': '#ccbfee',
 
1
  from vertexai.preview import tokenization
2
+ import gradio as gr
3
 
4
  color_map = {
5
  '0': '#ccbfee',