tf-test / app.py
chansung's picture
Update app.py
4b868e7
raw
history blame
197 Bytes
import gradio as gr
import tensorflow as tf
import tensorflow_text
from tensorflow.python.saved_model import tag_constants
with gr.Blocks() as demo:
gr.Markdown("hello world")
demo.launch()