Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pierreguillou
/
arquiteturia
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pierreguillou
commited on
Dec 1, 2024
Commit
17e0654
·
verified
·
1 Parent(s):
14f301d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -266,4 +266,4 @@ demo = gr.Interface(
266
267
# Launch the app
268
if __name__ == "__main__":
269
-
demo.launch()
266
267
# Launch the app
268
if __name__ == "__main__":
269
+
demo.launch(
auth=authenticate
)