Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crossmodaldebate authored Sep 21, 2024
1 parent f30bbae commit 420e3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradio/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ def main(api_key, user_query):

submit_btn.click(fn=main, inputs=[api_input, user_input], outputs=output_html)

if __name__ == "__main__":
if _name_ == "_main_":
demo.launch()

0 comments on commit 420e3dd

Please sign in to comment.