Spaces:
Build error
Build error
Commit ·
4718ba4
1
Parent(s): 36567f4
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,4 +42,4 @@ demo = gr.Interface(fn=solve, inputs=[gr.Textbox(label="Addition exercise", line
|
|
| 42 |
description="Perform addition of two single-digit numbers using a GPT-like model trained on a small dataset.",
|
| 43 |
examples=["1 + 2 =", "5 + 7 ="])
|
| 44 |
|
| 45 |
-
demo.launch(
|
|
|
|
| 42 |
description="Perform addition of two single-digit numbers using a GPT-like model trained on a small dataset.",
|
| 43 |
examples=["1 + 2 =", "5 + 7 ="])
|
| 44 |
|
| 45 |
+
demo.launch()
|