rameshmoorthy commited on
Commit
a3d4b9a
·
verified ·
1 Parent(s): c5255f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -108,6 +108,7 @@ with gr.Blocks(title="Quiz Generator Test") as QUIZBOT:
108
 
109
  if __name__ == "__main__":
110
  QUIZBOT.queue().launch(server_name="0.0.0.0", server_port=7860)
 
111
  # import gradio as gr
112
  # from pathlib import Path
113
  # from tempfile import NamedTemporaryFile
 
108
 
109
  if __name__ == "__main__":
110
  QUIZBOT.queue().launch(server_name="0.0.0.0", server_port=7860)
111
+
112
  # import gradio as gr
113
  # from pathlib import Path
114
  # from tempfile import NamedTemporaryFile