Manuel2011 commited on
Commit
4718ba4
·
1 Parent(s): 36567f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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()