Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nuno-Tome
/
API_demo_client
like
3
Sleeping
App
Files
Files
Community
Nuno-Tome
commited on
Mar 9
Commit
2c2797b
•
1 Parent(s):
e8f20a0
no message
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
def greet(name):
4
return "Hello " + name + "!"
1
import gradio as gr
2
+
from gradio_client import Client
3
4
def greet(name):
5
return "Hello " + name + "!"