Anupam007 commited on
Commit
b73c874
·
verified ·
1 Parent(s): c669415

Create Git

Browse files
Files changed (1) hide show
  1. Git +5 -0
Git ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ git add .
2
+ git commit -m "Initial commit: Add Gradio app for real-time notes"
3
+ # Example: Replace with YOUR URL
4
+ git remote add origin https://huggingface.co/spaces/anupam007/realtime-meeting-notes
5
+ git push -u origin main