Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,14 +44,13 @@ def run_example(image, text_input=None, model_id="microsoft/Phi-3.5-vision-instr
|
|
44 |
return response
|
45 |
|
46 |
css = """
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
border: 1px solid #ccc;
|
51 |
-
}
|
52 |
"""
|
53 |
|
54 |
-
|
|
|
55 |
gr.Markdown(DESCRIPTION)
|
56 |
with gr.Tab(label="Phi-3.5 Input"):
|
57 |
with gr.Row():
|
|
|
44 |
return response
|
45 |
|
46 |
css = """
|
47 |
+
footer {
|
48 |
+
visibility: hidden;
|
49 |
+
}
|
|
|
|
|
50 |
"""
|
51 |
|
52 |
+
|
53 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
54 |
gr.Markdown(DESCRIPTION)
|
55 |
with gr.Tab(label="Phi-3.5 Input"):
|
56 |
with gr.Row():
|