rinabuoy commited on
Commit
8a4a1a3
·
1 Parent(s): 4ed7bae
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -362,4 +362,4 @@ with gr.Blocks(title="Khmer Learning Quiz", theme=gr.themes.Base(), css=custom_c
362
  outputs=[start_screen, quiz_screen, play_all_screen, audio_player, question_text] + image_options + [selection_status, feedback_text])
363
 
364
  if __name__ == "__main__":
365
- demo.launch()
 
362
  outputs=[start_screen, quiz_screen, play_all_screen, audio_player, question_text] + image_options + [selection_status, feedback_text])
363
 
364
  if __name__ == "__main__":
365
+ demo.launch(share=True)
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  gradio==4.44.1
2
- huggingface_hub==0.24.7
 
 
1
  gradio==4.44.1
2
+ huggingface_hub==0.24.7
3
+ gradio-client>=1.0.0