Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HH3600
/
Gradio_Simple_Tester
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HH3600
commited on
Mar 27, 2024
Commit
601fe98
·
verified
·
1 Parent(s):
9367648
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ demo = gr.Interface(fn=gradio_wrapper, inputs="textbox", outputs="textbox")
11
12
13
14
-
demo.launch(
blocked_paths=["HH3600/Gradio_Simple_Tester/my_code.py", "my_code.py"]
)
11
12
13
14
+
demo.launch()