Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
srishti-hf1110
/
outskill-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
srishti-hf1110
commited on
15 days ago
Commit
65a45ec
·
verified
·
1 Parent(s):
3639168
Update app.py
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 f"Hello, {name}!"
1
import gradio as gr
2
+
import matplotlib.pyplot as plt
3
4
def greet(name):
5
return f"Hello, {name}!"