Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|