chansung commited on
Commit
4b868e7
·
1 Parent(s): 6cdbf44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,5 +1,9 @@
1
  import gradio as gr
2
 
 
 
 
 
3
  with gr.Blocks() as demo:
4
  gr.Markdown("hello world")
5
 
 
1
  import gradio as gr
2
 
3
+ import tensorflow as tf
4
+ import tensorflow_text
5
+ from tensorflow.python.saved_model import tag_constants
6
+
7
  with gr.Blocks() as demo:
8
  gr.Markdown("hello world")
9