Spaces:
Sleeping
Sleeping
Update app.py
#15
by
reach-vb
- opened
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 |
|