fffiloni commited on
Commit
31a8afd
·
verified ·
1 Parent(s): 42ca3ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def get_tango2(prompt):
143
  raise gr.Error("Tango2 space API is not ready, please try again in few minutes ")
144
 
145
  result = client.predict(
146
- prompt=prompt,
147
  steps=100,
148
  guidance=4,
149
  api_name="/predict"
 
143
  raise gr.Error("Tango2 space API is not ready, please try again in few minutes ")
144
 
145
  result = client.predict(
146
+ prompt,
147
  steps=100,
148
  guidance=4,
149
  api_name="/predict"