Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eetn
/
Hellenic_AI_Society
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GeorgeBal
commited on
Apr 18, 2022
Commit
a46d067
·
1 Parent(s):
7b4ec28
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("huggingface/nlpaueb/bert-base-greek-uncased-v1").launch(share=True);