genregod commited on
Commit
c9bb2e5
1 Parent(s): 03b1dd4

initial commit

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +3 -0
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: docker
7
  pinned: false
8
  app_port: 3000
9
  suggested_hardware: a10g-small
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  pinned: false
8
  app_port: 3000
9
  suggested_hardware: a10g-small
10
+ license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("models/Tizzzzy/LawLLM_research_v1").launch()