mohamedemam commited on
Commit
cdeab6e
1 Parent(s): 2717f0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ iface = gr.Interface(
56
  outputs=gr.outputs.Textbox(label="Generated Sentences", type="list"),
57
  title="Question Generation and Answering",
58
  description="Enter a context, choose a recommended word, adjust temperature and top-p, and set the number of samples. The model will generate questions and answers.",
59
-
60
 
61
  # Launch the interface
62
  iface.launch()
 
56
  outputs=gr.outputs.Textbox(label="Generated Sentences", type="list"),
57
  title="Question Generation and Answering",
58
  description="Enter a context, choose a recommended word, adjust temperature and top-p, and set the number of samples. The model will generate questions and answers.",
59
+ )
60
 
61
  # Launch the interface
62
  iface.launch()