File size: 197 Bytes
2d12939
 
4b868e7
 
 
 
2d12939
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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()