TotoB12 commited on
Commit
f0c7184
·
verified ·
1 Parent(s): cb80d4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,7 +8,7 @@ from PIL import Image
8
  from deep_translator import GoogleTranslator
9
  import json
10
 
11
- # Project by Nymbo
12
 
13
  API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell"
14
  API_TOKEN = os.getenv("HF_READ_TOKEN")
@@ -76,7 +76,7 @@ css = """
76
  """
77
 
78
  # Build the Gradio UI with Blocks
79
- with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
80
  # Add a title to the app
81
  gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")
82
 
 
8
  from deep_translator import GoogleTranslator
9
  import json
10
 
11
+ # Project by TotoB12
12
 
13
  API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell"
14
  API_TOKEN = os.getenv("HF_READ_TOKEN")
 
76
  """
77
 
78
  # Build the Gradio UI with Blocks
79
+ with gr.Blocks(css=css) as app:
80
  # Add a title to the app
81
  gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")
82