abidlabs HF Staff commited on
Commit
b04de86
·
1 Parent(s): da607b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ with open('myfile.txt', 'w') as f:
10
  abs_path = os.path.abspath('myfile.txt')
11
 
12
 
13
- gr.Interface(lambda x:abs_path, "textbox", "textbox")
 
10
  abs_path = os.path.abspath('myfile.txt')
11
 
12
 
13
+ gr.Interface(lambda x:abs_path, "textbox", "textbox").launch()