Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Cicici1109
/
IEAP
like
4
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Cicici1109
commited on
Jun 3
Commit
93f5f0c
·
verified
·
1 Parent(s):
1ef34af
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -105,6 +105,4 @@ with gr.Blocks() as demo:
105
)
106
107
if __name__ == "__main__":
108
-
demo.launch(
109
-
debug=True, queue=True
110
-
)
105
)
106
107
if __name__ == "__main__":
108
+
demo.launch(
)