Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ try:
|
|
33 |
except Exception as e:
|
34 |
print(f"Error loading model: {e}") # Handle potential loading errors
|
35 |
|
36 |
-
|
37 |
-
|
|
|
33 |
except Exception as e:
|
34 |
print(f"Error loading model: {e}") # Handle potential loading errors
|
35 |
|
36 |
+
# Launch the Gradio interface
|
37 |
+
interface.launch()
|