Xaot6 commited on
Commit
8ebf02a
1 Parent(s): a131929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,6 +1,3 @@
1
- import gradio as gr
2
- from processing import process_file
3
-
4
  iface = gr.Interface(
5
  fn=process_file,
6
  inputs=gr.File(label="Upload your file"),
@@ -8,4 +5,4 @@ iface = gr.Interface(
8
  live=False
9
  )
10
 
11
- iface.launch(share=True, button_text="Process")
 
 
 
 
1
  iface = gr.Interface(
2
  fn=process_file,
3
  inputs=gr.File(label="Upload your file"),
 
5
  live=False
6
  )
7
 
8
+ iface.launch()