hvoss-techfak commited on
Commit
fe274ff
·
verified ·
1 Parent(s): ed4ec90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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):