acecalisto3 commited on
Commit
27c93e7
·
verified ·
1 Parent(s): 382667e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -948,7 +948,7 @@ def respond(
948
  return "Error generating response."
949
 
950
  # Define the Gradio interface
951
- def create_interface() -> gr.Blocks:
952
  """
953
  Defines and returns the Gradio interface for the application.
954
  """
 
948
  return "Error generating response."
949
 
950
  # Define the Gradio interface
951
+ def create_interface() -> gr.Blocks():
952
  """
953
  Defines and returns the Gradio interface for the application.
954
  """