Clément Simon commited on
Commit
f8b5c48
1 Parent(s): 967764e

run locally

Browse files
Files changed (2) hide show
  1. README.md +6 -2
  2. app.py +0 -4
README.md CHANGED
@@ -13,9 +13,13 @@ hf_oauth: false
13
  ---
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
 
16
- #TO-DO - Brainstorming
 
 
17
 
18
- ** Système de carte interactive collaborative, AI-powered par Mistral **
 
 
19
 
20
  *Features:*
21
  - [ ] une sorte de réseau social
 
13
  ---
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
 
16
+ # To run locally:
17
+ uvicorn app:app --host 0.0.0.0 --port 80
18
+ and go to http://localhost:80
19
 
20
+ # TO-DO - Brainstorming
21
+
22
+ **Système de carte interactive collaborative, AI-powered par Mistral**
23
 
24
  *Features:*
25
  - [ ] une sorte de réseau social
app.py CHANGED
@@ -232,7 +232,3 @@ async def home(user_profile: UserProfile = Depends(load_user_profile)):
232
  """
233
  # <h2>Gradio Dashboard</h2>
234
  # {dashboard_html}
235
-
236
- # # serve the app for local use with uvicorn
237
- # if __name__ == "__main__":
238
- # uvicorn.run(app, host="0.0.0.0", port=7860)
 
232
  """
233
  # <h2>Gradio Dashboard</h2>
234
  # {dashboard_html}