AchyuthGamer commited on
Commit
af10550
1 Parent(s): c3c7735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def send_it4(inputs, noise_level, proc1=proc1):
91
  output4 = proc1(prompt_with_noise)
92
  return output4
93
 
94
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
95
  gr.HTML(
96
  """
97
  <div style="text-align: center; max-width: 800px; margin: 0 auto;">
 
91
  output4 = proc1(prompt_with_noise)
92
  return output4
93
 
94
+ with gr.Blocks(css='style.css') as demo:
95
  gr.HTML(
96
  """
97
  <div style="text-align: center; max-width: 800px; margin: 0 auto;">