aiqtech commited on
Commit
1e0fc85
·
verified ·
1 Parent(s): 7b02d7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
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
- #output {
48
- height: 500px;
49
- overflow: auto;
50
- border: 1px solid #ccc;
51
- }
52
  """
53
 
54
- with gr.Blocks(css=css) as demo:
 
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():