Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ outputs = [
|
|
| 80 |
# theme="default",
|
| 81 |
# )
|
| 82 |
# demo_app.launch(debug=False, enable_queue=True)
|
| 83 |
-
gr.Examples(examples) # Add the examples to the app
|
| 84 |
with gr.Blocks() as demo:
|
| 85 |
gr.Markdown(
|
| 86 |
"""
|
|
|
|
| 80 |
# theme="default",
|
| 81 |
# )
|
| 82 |
# demo_app.launch(debug=False, enable_queue=True)
|
| 83 |
+
# gr.Examples(examples) # Add the examples to the app
|
| 84 |
with gr.Blocks() as demo:
|
| 85 |
gr.Markdown(
|
| 86 |
"""
|