fffiloni commited on
Commit
34b13a8
1 Parent(s): 57faca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def get_riffusion(prompt):
124
  def get_mustango(prompt):
125
  client = Client("https://declare-lab-mustango.hf.space/")
126
  result = client.predict(
127
- "Hello!!", # str in 'Prompt' Textbox component
128
  200, # float (numeric value between 100 and 200) in 'Steps' Slider component
129
  3, # float (numeric value between 1 and 10) in 'Guidance Scale' Slider component
130
  api_name="/predict"
 
124
  def get_mustango(prompt):
125
  client = Client("https://declare-lab-mustango.hf.space/")
126
  result = client.predict(
127
+ prompt, # str in 'Prompt' Textbox component
128
  200, # float (numeric value between 100 and 200) in 'Steps' Slider component
129
  3, # float (numeric value between 1 and 10) in 'Guidance Scale' Slider component
130
  api_name="/predict"