mateusoro commited on
Commit
16c3664
1 Parent(s): 4d5eed8

initial commit

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. app.py +3 -0
README.md CHANGED
@@ -6,7 +6,8 @@ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  models:
9
- - Xenova/detr-resnet-50
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: static
7
  pinned: false
8
  models:
9
+ - Xenova/detr-resnet-50
10
+ license: apache-2.0
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/ehristoforu/dalle-3-xl").launch()