ManthaBhuvana commited on
Commit
eced281
·
verified ·
1 Parent(s): 18fc9c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -65,3 +65,7 @@ def generate_mcqs_ui(paragraph, num_questions):
65
 
66
  except Exception as e:
67
  return None, None, f"❌ Error generating MCQs: {str(e)}"
 
 
 
 
 
65
 
66
  except Exception as e:
67
  return None, None, f"❌ Error generating MCQs: {str(e)}"
68
+
69
+
70
+ demo.launch(share=True, server_name="0.0.0.0", server_port=7860)
71
+