reach-vb HF staff commited on
Commit
a3a70ce
·
verified ·
1 Parent(s): afa0d95

Update app.py (#15)

Browse files

- Update app.py (6411760b881015b118aedda39f3555634da8cc03)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ css = """
89
  """
90
 
91
  # Create the Gradio interface using gr.Blocks
92
- with gr.Blocks(css=css) as demo:
93
  gr.Markdown("# Ollama <> HF Hub 🤝")
94
  gr.Markdown("Enter the image and tag to download the corresponding files from the Ollama registry and upload them to the Hugging Face Hub.")
95
 
 
89
  """
90
 
91
  # Create the Gradio interface using gr.Blocks
92
+ with gr.Blocks() as demo:
93
  gr.Markdown("# Ollama <> HF Hub 🤝")
94
  gr.Markdown("Enter the image and tag to download the corresponding files from the Ollama registry and upload them to the Hugging Face Hub.")
95