Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ examples = [
|
|
80 |
gr.Interface(
|
81 |
inference, inputs, outputs,
|
82 |
title = title, description = description,
|
83 |
-
examples = examples,
|
84 |
analytics_enabled = False).launch(
|
85 |
#debug = True # Enabled debug mode to see the stacktrace on Google Colab.
|
86 |
)
|
|
|
80 |
gr.Interface(
|
81 |
inference, inputs, outputs,
|
82 |
title = title, description = description,
|
83 |
+
examples = examples,
|
84 |
analytics_enabled = False).launch(
|
85 |
#debug = True # Enabled debug mode to see the stacktrace on Google Colab.
|
86 |
)
|