Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import os
|
|
8 |
|
9 |
access_token = os.getenv('HF_token')
|
10 |
|
11 |
-
model_id = "selamw/BirdWatcher
|
12 |
# model_id = "selamw/bird-Identifier"
|
13 |
|
14 |
bnb_config = BitsAndBytesConfig(load_in_8bit=True)
|
@@ -80,7 +80,7 @@ css = """
|
|
80 |
"""
|
81 |
|
82 |
with gr.Blocks(css=css) as demo:
|
83 |
-
gr.HTML("<h1>🦩
|
84 |
gr.HTML("<h3>Upload an image of a bird, and the model will generate a detailed description of its species.</h3>")
|
85 |
|
86 |
with gr.Tab(label="Bird Identification"):
|
|
|
8 |
|
9 |
access_token = os.getenv('HF_token')
|
10 |
|
11 |
+
model_id = "selamw/BirdWatcher"
|
12 |
# model_id = "selamw/bird-Identifier"
|
13 |
|
14 |
bnb_config = BitsAndBytesConfig(load_in_8bit=True)
|
|
|
80 |
"""
|
81 |
|
82 |
with gr.Blocks(css=css) as demo:
|
83 |
+
gr.HTML("<h1>🦩 BirdWatcher 🦜</h1>")
|
84 |
gr.HTML("<h3>Upload an image of a bird, and the model will generate a detailed description of its species.</h3>")
|
85 |
|
86 |
with gr.Tab(label="Bird Identification"):
|