sangeethasule commited on
Commit
7e73438
Β·
verified Β·
1 Parent(s): ba396d3

initial commit

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. app.py +3 -0
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
- title: Transformers.js
3
  emoji: 🌐
4
  colorFrom: blue
5
  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
 
1
  ---
2
+ title: Thinkandget
3
  emoji: 🌐
4
  colorFrom: blue
5
  colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  models:
9
+ - Xenova/detr-resnet-50
10
+ license: other
11
+ short_description: Love and Like with amaze Creations
12
  ---
13
 
14
  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/black-forest-labs/FLUX.1-dev").launch()