Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thanglekdi
/
Agent_ho_tro_hoc_tap
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thanglekdi
commited on
May 6
Commit
6d423fe
·
1 Parent(s):
655a2e5
test deepseek
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -58,4 +58,5 @@ with gr.Blocks() as demo: # Bắt đầu Blocks
58
)
59
60
# Chạy app
61
-
demo.launch()
58
)
59
60
# Chạy app
61
+
if __name__ == "__main__":
62
+
demo.launch()