Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -596,6 +596,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 596 |
gr.Markdown(
|
| 597 |
'Here you can upload an image, adjust the parameters and run the Autoforge process. The filaments from the "Filament Management" Tab are automatically used.'
|
| 598 |
)
|
|
|
|
|
|
|
|
|
|
| 599 |
|
| 600 |
with gr.Row():
|
| 601 |
with gr.Column(scale=1):
|
|
|
|
| 596 |
gr.Markdown(
|
| 597 |
'Here you can upload an image, adjust the parameters and run the Autoforge process. The filaments from the "Filament Management" Tab are automatically used.'
|
| 598 |
)
|
| 599 |
+
gr.Markdown(
|
| 600 |
+
'Please note: Huggingface recently reduced the number of free seconds that a user can use. Due to this, unregistered users can currently not use Autoforge as they are below the required time limit. Please login/register with a huggingface account to use the demo.'
|
| 601 |
+
)
|
| 602 |
|
| 603 |
with gr.Row():
|
| 604 |
with gr.Column(scale=1):
|