el-filatova commited on
Commit
0291eb5
·
verified ·
1 Parent(s): 88826f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def predict(text):
7
  return calculator(text)[0]['generated_text']
8
 
9
  iface = gr.Interface(fn=predict, inputs=[gr.Textbox(value="Natalia sold clips to 48 of her friends in April, and then she sold half as many clips in May. How many clips did Natalia sell altogether in April and May?")], outputs="text")
10
- iface.launch()
 
7
  return calculator(text)[0]['generated_text']
8
 
9
  iface = gr.Interface(fn=predict, inputs=[gr.Textbox(value="Natalia sold clips to 48 of her friends in April, and then she sold half as many clips in May. How many clips did Natalia sell altogether in April and May?")], outputs="text")
10
+ iface.launch(share=True)