SomeGareebGuy commited on
Commit
e56050a
1 Parent(s): 4658bf9

Removed share from launch.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ def odometer_principle(digit, base):
26
  randomVar += 1
27
 
28
  iface = gr.Interface(fn=odometer_principle, inputs=["text", "text"], outputs=["text"])
29
- iface.launch(share=True)
 
26
  randomVar += 1
27
 
28
  iface = gr.Interface(fn=odometer_principle, inputs=["text", "text"], outputs=["text"])
29
+ iface.launch()