sahanes commited on
Commit
f7094ff
·
verified ·
1 Parent(s): 7d5faf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -10,3 +10,20 @@ short_description: space for ML apps
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ Deploy frontend on Vercel:
15
+ ---------------------------
16
+
17
+ Go to vercel.com
18
+ Import your repository
19
+ Set environment variables
20
+ Deploy
21
+
22
+
23
+ Connect frontend to backend:
24
+ -----------------------------
25
+
26
+ Update API URL in frontend code to point to your Railway/HF backend URL
27
+
28
+
29
+ Test the complete application