Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SinDarSoup
/
LangNoter
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SinDarSoup
commited on
Mar 5
Commit
3005b7a
·
1 Parent(s):
2af0ef3
first app
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import gradio as gr
2
+
3
+
with gr.Blocks() as demo:
4
+
gr.Markdown("# Lang Thrower")
5
+
6
+
7
+
if __name__ == "__main__":
8
+
demo.launch()