0xcyborg commited on
Commit
0390c0d
1 Parent(s): 31c9270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -89,13 +89,13 @@ with gr.Blocks(theme="darkdefault") as demo:
89
  )
90
 
91
 
92
- btn.click(
93
- inference,
94
- inputs=[text,walletToken],
95
- outputs=[build_result,description,imageData, traits, attribData],
96
- status_tracker=generate_progress,
97
- api_name="generate"
98
- )
99
 
100
 
101
  if __name__ == "__main__":
 
89
  )
90
 
91
 
92
+ btn.click(
93
+ inference,
94
+ inputs=[text,walletToken],
95
+ outputs=[build_result,description,imageData, traits, attribData],
96
+ status_tracker=generate_progress,
97
+ api_name="generate"
98
+ )
99
 
100
 
101
  if __name__ == "__main__":