Spaces:
Sleeping
Sleeping
Create Git
Browse files
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
|