Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JuanJoseMV
/
neuraltextgen_BERT
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JuanJoseMV
commited on
Mar 16, 2023
Commit
85e3944
·
1 Parent(s):
66a3123
hotfix
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
import gradio as gr
2
3
def greet(name):
4
return "Hello " + name + "!!"
5
1
import gradio as gr
2
3
+
model =
4
+
5
def greet(name):
6
return "Hello " + name + "!!"
7