Abbasid commited on
Commit
0136e3d
1 Parent(s): c3b0ed3

Rename TableQAGradio.py to App.py

Browse files
Files changed (1) hide show
  1. TableQAGradio.py → App.py +1 -13
TableQAGradio.py → App.py RENAMED
@@ -130,12 +130,6 @@ iface = gr.Interface(
130
  iface.launch()
131
 
132
 
133
- # In[21]:
134
-
135
-
136
- get_ipython().system('pip install notebook')
137
-
138
-
139
  # In[34]:
140
 
141
 
@@ -149,14 +143,8 @@ subprocess.run(["jupyter", "nbconvert", "--to", "script", "--format", "script",
149
  # In[19]:
150
 
151
 
152
- get_ipython().system('gradio deploy')
153
-
154
-
155
- # In[32]:
156
-
157
 
158
- from google.colab import drive
159
- drive.mount('/content/drive')
160
 
161
 
162
  # That's all! Go ahead and open that share link in a new tab. Check out our [getting started](https://gradio.app/getting_started.html) page for more complicated demos.
 
130
  iface.launch()
131
 
132
 
 
 
 
 
 
 
133
  # In[34]:
134
 
135
 
 
143
  # In[19]:
144
 
145
 
146
+ # get_ipython().system('gradio deploy')
 
 
 
 
147
 
 
 
148
 
149
 
150
  # That's all! Go ahead and open that share link in a new tab. Check out our [getting started](https://gradio.app/getting_started.html) page for more complicated demos.