Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chansung
/
tf-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b4c2a7f
tf-test
/
app.py
chansung
Update app.py
4b868e7
almost 2 years ago
raw
Copy download link
history
blame
Safe
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()