AmelC commited on
Commit
89a3ce8
·
verified ·
1 Parent(s): fde38c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -768,6 +768,7 @@ def ask_question_gradio(question: str):
768
  except Exception as e:
769
  return f"❌ Error: {str(e)}"
770
 
 
771
  demo = gr.Interface(
772
  fn=ask_question_gradio,
773
  inputs=gr.Textbox(label="Ask a question about the PDF"),
 
768
  except Exception as e:
769
  return f"❌ Error: {str(e)}"
770
 
771
+
772
  demo = gr.Interface(
773
  fn=ask_question_gradio,
774
  inputs=gr.Textbox(label="Ask a question about the PDF"),