billyaungmyint commited on
Commit
397b827
·
verified ·
1 Parent(s): 7a2e696

Sync from GitHub via hub-sync

Browse files
Files changed (2) hide show
  1. VERSION +1 -1
  2. main.py +1 -1
VERSION CHANGED
@@ -1 +1 @@
1
- cbbc3af3374a284e87b4919dab5d86e69b3a4459
 
1
+ ff730e98a400d7d9eb0edb35cca3722062c06ff0
main.py CHANGED
@@ -39,7 +39,7 @@ def echo_with_meta(message: str) -> str:
39
 
40
 
41
  with gr.Blocks(title="GitHub to Hugging Face Sync Demo") as demo:
42
- gr.Markdown("# GitHub to Hugging Face CI/CD Demo")
43
  gr.Markdown(f"**{_build_label()}**")
44
  gr.Markdown(
45
  "Edit this app in GitHub, push a commit, and your Hugging Face Space updates automatically."
 
39
 
40
 
41
  with gr.Blocks(title="GitHub to Hugging Face Sync Demo") as demo:
42
+ gr.Markdown("# GitHub to HuggingFace CI/CD Demo")
43
  gr.Markdown(f"**{_build_label()}**")
44
  gr.Markdown(
45
  "Edit this app in GitHub, push a commit, and your Hugging Face Space updates automatically."