Spaces:
Sleeping
Sleeping
Update app.py (#15)
Browse files- Update app.py (6411760b881015b118aedda39f3555634da8cc03)
app.py
CHANGED
@@ -89,7 +89,7 @@ css = """
|
|
89 |
"""
|
90 |
|
91 |
# Create the Gradio interface using gr.Blocks
|
92 |
-
with gr.Blocks(
|
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 |
|