yoniif commited on
Commit
1c445b4
·
verified ·
1 Parent(s): 7ac1710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def format_output(brand_input):
43
 
44
  # Build the interface
45
  demo = gr.Interface(
46
- fn=recommend_influencers,
47
  inputs=gr.Textbox(
48
  label="Describe your brand or campaign",
49
  placeholder="e.g. Sustainable fashion brand targeting Gen Z in the US",
 
43
 
44
  # Build the interface
45
  demo = gr.Interface(
46
+ fn=format_output,
47
  inputs=gr.Textbox(
48
  label="Describe your brand or campaign",
49
  placeholder="e.g. Sustainable fashion brand targeting Gen Z in the US",