Update app.py

#15
by reach-vb HF staff - opened
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