martynka commited on
Commit
c1039cb
·
verified ·
1 Parent(s): 0f0f520

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def generate_and_upload(prompt: str, model_name: str, api_key: str):
62
  return img_path, url
63
 
64
  # Gradio UI
65
- with gr.Blocks(theme='NoCrypt/miku')) as app:
66
  gr.Markdown("<hr style='color: red;'>")
67
  gr.Markdown("<center><h1 style='text-align: center; color: red;'> ♥ Tasia API on Marty Space ♥</h1></center>")
68
  gr.Markdown("<hr style='color: red;'>")
 
62
  return img_path, url
63
 
64
  # Gradio UI
65
+ with gr.Blocks(theme='NoCrypt/miku') as app:
66
  gr.Markdown("<hr style='color: red;'>")
67
  gr.Markdown("<center><h1 style='text-align: center; color: red;'> ♥ Tasia API on Marty Space ♥</h1></center>")
68
  gr.Markdown("<hr style='color: red;'>")