Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
chansung/hf-inference-endpoint
Nymbo
/
hf-inference-endpoint
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chansung
commited on
Aug 26, 2023
Commit
592b92e
·
1 Parent(s):
f1063ce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-6
app.py
CHANGED
Viewed
@@ -1,9 +1,3 @@
1
-
"""
2
-
Adapted from https://huggingface.co/spaces/stabilityai/stable-diffusion
3
-
"""
4
-
5
-
from tensorflow import keras
6
-
7
import time
8
import json
9
import requests
1
import time
2
import json
3
import requests