Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rvilhena
/
TimesTable
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rvilhena
commited on
Aug 1, 2024
Commit
6a29585
·
verified
·
1 Parent(s):
470c329
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
def multiply (x,y):
2
return x*y
3
1
+
import gradio as gr
2
+
3
def multiply (x,y):
4
return x*y
5