Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HelloLvng
/
ai_file_process
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HelloLvng
commited on
Oct 9, 2024
Commit
fd46acf
·
verified
·
1 Parent(s):
20dbd81
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,5 +12,5 @@ demo = gr.Interface(
12
inputs=["text", "slider"],
13
outputs=["text"],
14
)
15
-
16
demo.launch(share=True)
12
inputs=["text", "slider"],
13
outputs=["text"],
14
)
15
+
gradio.Blockly()
16
demo.launch(share=True)