Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ffftdtd5dtft
/
Hhhhh
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ffftdtd5dtft
commited on
Aug 25, 2024
Commit
c4c52d7
·
verified
·
1 Parent(s):
1c56193
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-1
app.py
CHANGED
Viewed
@@ -275,6 +275,10 @@ def gradio_app():
275
276
277
gradio_app()
278
-
main()
279
280
275
276
277
gradio_app()
278
+
if __name__ == "__main__":
279
+
main()
280
+
281
+
282
+
283
284