firobeid commited on
Commit
1850d9c
·
verified ·
1 Parent(s): 7a9daad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -173,4 +173,6 @@ iface = gr.Interface(
173
  outputs=gr.File(label="Download PDF Lesson"),
174
  title="AI Tutor"
175
  )
176
- iface.launch(debug=True)
 
 
 
173
  outputs=gr.File(label="Download PDF Lesson"),
174
  title="AI Tutor"
175
  )
176
+
177
+ if __name__ == '__main__':
178
+ iface.launch(share=True, debug=True)