Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DigiP-AI
/
Image_Studio
like
0
Running
App
Files
Files
Community
DigiP-AI
commited on
Oct 30, 2024
Commit
1173d95
·
verified
·
1 Parent(s):
879fee0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,6 @@ result = client.predict(
20
upscale_by=1.5,
21
api_name="/run"
22
)
23
-
print(result)
20
upscale_by=1.5,
21
api_name="/run"
22
)
23
+
print(result)
24
+
25
+
app.launch(show_api=False, share=False, error=True)