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 20, 2023
Commit
58995dc
·
1 Parent(s):
85e3944
hotfix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import gradio as gr
2
3
-
model =
4
5
def greet(name):
6
return "Hello " + name + "!!"
1
import gradio as gr
2
3
+
#
model =
4
5
def greet(name):
6
return "Hello " + name + "!!"