Spaces:
Sleeping
Sleeping
Update app.py
#1
by John6666 - opened
app.py
CHANGED
|
@@ -99,7 +99,7 @@ This is a HuggingFace Space for [{repo}]({repo_url}) GitHub repository.
|
|
| 99 |
"""
|
| 100 |
}
|
| 101 |
|
| 102 |
-
with gr.Blocks(
|
| 103 |
gr.Markdown("""
|
| 104 |
# π GitHub to HuggingFace Space Converter
|
| 105 |
Convert your GitHub repositories into deployable HuggingFace Spaces
|
|
|
|
| 99 |
"""
|
| 100 |
}
|
| 101 |
|
| 102 |
+
with gr.Blocks() as demo:
|
| 103 |
gr.Markdown("""
|
| 104 |
# π GitHub to HuggingFace Space Converter
|
| 105 |
Convert your GitHub repositories into deployable HuggingFace Spaces
|