Spaces:
Runtime error
Runtime error
aakash0563
commited on
Commit
·
c176e10
1
Parent(s):
5139017
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def get_Answer(query):
|
|
68 |
# )
|
69 |
|
70 |
# # Launch the Gradio app
|
71 |
-
# iface.launch()
|
72 |
|
73 |
|
74 |
# Define the Gradio interface
|
@@ -81,4 +81,4 @@ iface = gr.Interface(
|
|
81 |
)
|
82 |
|
83 |
# Launch the Gradio app
|
84 |
-
iface.launch()
|
|
|
68 |
# )
|
69 |
|
70 |
# # Launch the Gradio app
|
71 |
+
# iface.launch(debug=True,share=True)
|
72 |
|
73 |
|
74 |
# Define the Gradio interface
|
|
|
81 |
)
|
82 |
|
83 |
# Launch the Gradio app
|
84 |
+
iface.launch(debug=True,share=True)
|