research14 commited on
Commit
9d19aed
·
1 Parent(s): e4b5450

argparse included

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from run_llm import main
 
3
 
4
  theme = gr.themes.Soft()
5
 
 
1
  import gradio as gr
2
  from run_llm import main
3
+ import argparse
4
 
5
  theme = gr.themes.Soft()
6