Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
792
Running
on
CPU Upgrade
App
Files
Files
Community
31
da51d7b
anychat
/
app_showui.py
akhaliq
HF staff
update
d14e17c
11 days ago
raw
Copy download link
history
blame
Safe
224 Bytes
import
gradio
as
gr
# Load the Gradio space
demo = gr.load(name=
"showlab/ShowUI"
, src=
"spaces"
)
# Disable API access for all functions
if
hasattr
(demo,
'fns'
):
for
fn
in
demo.fns.values():
fn.api_name =
False