Spaces:
Runtime error
Runtime error
Commit ·
17809d8
1
Parent(s): c631bd3
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,8 +78,8 @@ iface2 = gr.Interface(
|
|
| 78 |
fn=Show_Interface,
|
| 79 |
inputs=["file","text"], # Specify a file input component
|
| 80 |
outputs="textbox", # Display the output text in a textbox
|
| 81 |
-
title="Choose
|
| 82 |
-
description="Choose only one method at a time(Upload pdf /or Query from uploaded PDF)",
|
| 83 |
)
|
| 84 |
|
| 85 |
iface2.launch(debug=True)
|
|
|
|
| 78 |
fn=Show_Interface,
|
| 79 |
inputs=["file","text"], # Specify a file input component
|
| 80 |
outputs="textbox", # Display the output text in a textbox
|
| 81 |
+
title="Choose one process at a time(Upload pdf /or Query from uploaded PDF)",
|
| 82 |
+
#description="Choose only one method at a time(Upload pdf /or Query from uploaded PDF)",
|
| 83 |
)
|
| 84 |
|
| 85 |
iface2.launch(debug=True)
|