Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jkorstad
/
PDF-Parser
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jkorstad
commited on
Feb 26
Commit
88490fe
·
verified
·
1 Parent(s):
6fd9c7e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import gradio as
gr
2
3
def greet(name):
4
return "Hello " + name + "!!"
1
+
import gradio as
2
3
def greet(name):
4
return "Hello " + name + "!!"