Spaces:
Running
Running
Commit
·
835b783
1
Parent(s):
f28f39e
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ In this article, we will discuss the latest innovations in machine learning tech
|
|
25 |
8. Reinforcement Learning
|
26 |
'''
|
27 |
|
28 |
-
sample =
|
29 |
|
30 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
31 |
io1 = gr.Interface.load('huggingface/google/pegasus-large')
|
|
|
25 |
8. Reinforcement Learning
|
26 |
'''
|
27 |
|
28 |
+
sample = "helo"
|
29 |
|
30 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
31 |
io1 = gr.Interface.load('huggingface/google/pegasus-large')
|