lunarflu HF Staff commited on
Commit
dba7e6c
·
1 Parent(s): b3589d0

client -> df

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ class MyClient(discord.Client):
89
  custom_timesteps_1 = 'smart50'
90
  number_of_inference_steps = 50
91
 
92
- stage_1_results, stage_1_param_path, stage_1_result_path = client.predict(
93
  prompt,
94
  negative_prompt,
95
  seed,
 
89
  custom_timesteps_1 = 'smart50'
90
  number_of_inference_steps = 50
91
 
92
+ stage_1_results, stage_1_param_path, stage_1_result_path = df.predict(
93
  prompt,
94
  negative_prompt,
95
  seed,