WeichenFan commited on
Commit
2244ce5
·
1 Parent(s): eef3e68

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -158,6 +158,5 @@ demo = gr.Interface(
158
  title="CFG-Zero*: Improved Classifier-Free Guidance for Flow Matching Models",
159
  )
160
 
161
- if __name__ == "__main__":
162
- demo.launch()
163
 
 
158
  title="CFG-Zero*: Improved Classifier-Free Guidance for Flow Matching Models",
159
  )
160
 
161
+ demo.launch(ssr_mode=False)
 
162