Commit
·
5b7a29a
1
Parent(s):
0f56acc
hotfix
Browse files
app.py
CHANGED
@@ -2,8 +2,6 @@ import gradio as gr
|
|
2 |
print('hello')
|
3 |
import torch
|
4 |
print('sdfsdf')
|
5 |
-
# model =
|
6 |
-
|
7 |
# def greet(sentiment):
|
8 |
# return "Hello " + sentiment + "!!"
|
9 |
|
|
|
2 |
print('hello')
|
3 |
import torch
|
4 |
print('sdfsdf')
|
|
|
|
|
5 |
# def greet(sentiment):
|
6 |
# return "Hello " + sentiment + "!!"
|
7 |
|