Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
far555na
/
final_best_ig
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
far555na
commited on
Sep 26, 2025
Commit
02bd3f4
·
verified
·
1 Parent(s):
14f32b6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ demo = gr.Interface(
26
)
27
28
if __name__ == "__main__":
29
-
demo.launch()
26
)
27
28
if __name__ == "__main__":
29
+
demo.launch(
show_api=False
)