Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
"""
|