Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
AccelerationConsortium
/
Process_Toy
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sgbaird
commited on
Mar 27, 2024
Commit
3d5f1e5
·
verified
·
1 Parent(s):
d4ce0e0
dummy commit
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -36,7 +36,8 @@ def process(
36
37
return y
38
39
-
40
defaults = np.random.uniform(0, 1, 20)
41
42
iface = gr.Interface(
36
37
return y
38
39
+
#
40
+
41
defaults = np.random.uniform(0, 1, 20)
42
43
iface = gr.Interface(