AIRider commited on
Commit
8f277e3
·
verified ·
1 Parent(s): 343f950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -52,8 +52,7 @@ examples = [
52
  ["An astronaut on mars in a futuristic cyborg suit"],
53
  ]
54
 
55
- # 커스텀 CSS
56
- css = '''
57
  .gradio-container {
58
  max-width: 1000px !important;
59
  margin: auto;
@@ -86,8 +85,7 @@ h1 {
86
  transform: translateY(-1px);
87
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
88
  }
89
- '''
90
- '''
91
 
92
  # Gradio 인터페이스 생성
93
  with gr.Blocks(
 
52
  ["An astronaut on mars in a futuristic cyborg suit"],
53
  ]
54
 
55
+ css = """
 
56
  .gradio-container {
57
  max-width: 1000px !important;
58
  margin: auto;
 
85
  transform: translateY(-1px);
86
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
87
  }
88
+ """
 
89
 
90
  # Gradio 인터페이스 생성
91
  with gr.Blocks(