Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
naseem9006
/
GenAItextSummarizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
naseem9006
commited on
Mar 15
Commit
44414a4
·
verified
·
1 Parent(s):
9ff73e9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
-
import torch
2
import gradio as gr
3
4
# Use a pipeline as a high-level helper
1
+
#
import torch
2
+
import os
3
+
os.system("pip install torch")
4
import gradio as gr
5
6
# Use a pipeline as a high-level helper