Abbasid commited on
Commit
31dff3d
1 Parent(s): 55ecee5

Update TableQAGradio.py

Browse files
Files changed (1) hide show
  1. TableQAGradio.py +2 -2
TableQAGradio.py CHANGED
@@ -115,7 +115,7 @@ iface = gr.Interface(
115
  gr.Textbox(type="text", label="Enter text"),
116
  ],
117
  outputs=[gr.Textbox(type="text", label="Text Input Output")],
118
- title="TableQA Test",
119
  description="Upload an XLSX file and/or enter text, and the processed output will be displayed.",
120
  )
121
 
@@ -130,7 +130,7 @@ import os
130
  import subprocess
131
 
132
  # Use subprocess to execute the shell command
133
- subprocess.run(["jupyter", "nbconvert", "--to", "script", "--format", "script", "--output", "/content/", "/content/drive/MyDrive/Colab Notebooks/NEW TableQA-GRADIO: Hello World.ipynb"])
134
 
135
 
136
  # In[19]:
 
115
  gr.Textbox(type="text", label="Enter text"),
116
  ],
117
  outputs=[gr.Textbox(type="text", label="Text Input Output")],
118
+ title="TM TableQA Test",
119
  description="Upload an XLSX file and/or enter text, and the processed output will be displayed.",
120
  )
121
 
 
130
  import subprocess
131
 
132
  # Use subprocess to execute the shell command
133
+ # subprocess.run(["jupyter", "nbconvert", "--to", "script", "--format", "script", "--output", "/content/", "/content/drive/MyDrive/Colab Notebooks/NEW TableQA-GRADIO: Hello World.ipynb"])
134
 
135
 
136
  # In[19]: